Retro68/LaunchAPPL/CMakeLists.txt

8 lines
137 B
CMake
Raw Normal View History

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