Initial
This commit is contained in:
parent
d4c558a59a
commit
db05d963be
74 changed files with 4473 additions and 3231 deletions
16
CMakeLists.txt
Normal file
16
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_SOURCE_DIR}/install)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -gdwarf-4")
|
||||
|
||||
enable_testing()
|
||||
|
||||
project(Types)
|
||||
|
||||
add_compile_definitions(MEM_DEBUG)
|
||||
|
||||
add_subdirectory(BaseModule)
|
||||
add_subdirectory(Utils)
|
||||
add_subdirectory(Containers)
|
||||
#add_subdirectory(Allocators)
|
||||
Loading…
Add table
Add a link
Reference in a new issue