Files

6 lines
162 B
CMake
Raw Permalink Normal View History

2024-04-30 22:07:50 -06:00
add_subdirectory(botcraft)
if(BOTCRAFT_BUILD_TESTS_ONLINE AND BOTCRAFT_COMPRESSION)
add_subdirectory(botcraft_online)
endif()
add_subdirectory(protocolCraft)