tmp
This commit is contained in:
parent
b8bcf58a29
commit
afab59eb21
34 changed files with 288 additions and 264 deletions
|
|
@ -1,4 +1,5 @@
|
|||
option(MODULES_MEMORY_DEBUG "Debug memory" ON)
|
||||
option(MODULES_MEMORY_DEBUG_STACK_TRACE "Record stack info on memory debug" ON)
|
||||
|
||||
set(WINDOWS_LIBRARIES "../../ModulesWindowsLibraries" CACHE STRING "Svn repository with windows libraries https://svn.riouxsvn.com/moduleswindowsl")
|
||||
|
||||
|
|
@ -6,4 +7,8 @@ if (MODULES_MEMORY_DEBUG)
|
|||
add_compile_definitions(MEM_DEBUG)
|
||||
endif ()
|
||||
|
||||
if (MODULES_MEMORY_DEBUG_STACK_TRACE)
|
||||
add_compile_definitions(MEM_STACK_TRACE)
|
||||
endif ()
|
||||
|
||||
enable_testing()
|
||||
Loading…
Add table
Add a link
Reference in a new issue