Retro68/LaunchAPPL/CMakeLists.txt
2018-04-27 09:05:26 +02:00

11 lines
210 B
CMake

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