geode/loader/test/CMakeLists.txt

4 lines
103 B
CMake

if(NOT GEODE_DONT_BUILD_TEST_MODS)
add_subdirectory(dependency)
add_subdirectory(main)
endif()