mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
enable test mods again
This commit is contained in:
parent
9d4de1bf22
commit
cca77af31c
2 changed files with 5 additions and 4 deletions
|
@ -7,6 +7,7 @@ if (GEODE_BUILDING_DOCS)
|
|||
set(GEODE_DISABLE_CLI_CALLS On)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS On)
|
||||
set(GEODE_DISABLE_PRECOMPILED_HEADERS On)
|
||||
set(GEODE_DONT_BUILD_TEST_MODS On)
|
||||
endif()
|
||||
|
||||
set(GEODE_GD_VERSION 2.200)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# if(NOT GEODE_DONT_BUILD_TEST_MODS)
|
||||
# add_subdirectory(dependency)
|
||||
# add_subdirectory(main)
|
||||
# endif()
|
||||
if(NOT GEODE_DONT_BUILD_TEST_MODS)
|
||||
add_subdirectory(dependency)
|
||||
add_subdirectory(main)
|
||||
endif()
|
||||
|
||||
add_subdirectory(members)
|
Loading…
Add table
Reference in a new issue