Retro68/LaunchAPPL/CMakeLists.txt
2018-05-14 23:58:11 +02:00

8 lines
137 B
CMake

add_subdirectory(Common)
if(CMAKE_SYSTEM_NAME MATCHES Retro.*)
add_subdirectory(Server)
else()
add_subdirectory(Client)
endif()