Retro68/LaunchAPPL/CMakeLists.txt

6 lines
111 B
CMake
Raw Normal View History

2018-04-20 17:25:54 +00:00
if(CMAKE_SYSTEM_NAME MATCHES Retro.*)
add_subdirectory(Server)
else()
add_subdirectory(Client)
2017-10-03 09:57:56 +00:00
endif()