CMake fixes

This commit is contained in:
IlyaShurupov 2023-10-27 15:33:33 +03:00
parent b7a89b714e
commit 5a55011911
19 changed files with 82 additions and 168 deletions

7
CMakeOptions.txt Normal file
View file

@ -0,0 +1,7 @@
option(MODULES_MEMORY_DEBUG "Debug memory" OFF)
if (MODULES_MEMORY_DEBUG)
add_compile_definitions(MEM_DEBUG)
endif ()
enable_testing()