mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
4 lines
103 B
CMake
4 lines
103 B
CMake
if(NOT GEODE_DONT_BUILD_TEST_MODS)
|
|
add_subdirectory(dependency)
|
|
add_subdirectory(main)
|
|
endif()
|