mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 19:06:36 +00:00
8 lines
137 B
CMake
8 lines
137 B
CMake
add_subdirectory(Common)
|
|
|
|
if(CMAKE_SYSTEM_NAME MATCHES Retro.*)
|
|
add_subdirectory(Server)
|
|
else()
|
|
add_subdirectory(Client)
|
|
endif()
|