mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 00:28:06 -06:00
6 lines
162 B
CMake
6 lines
162 B
CMake
add_subdirectory(botcraft)
|
|
if(BOTCRAFT_BUILD_TESTS_ONLINE AND BOTCRAFT_COMPRESSION)
|
|
add_subdirectory(botcraft_online)
|
|
endif()
|
|
add_subdirectory(protocolCraft)
|