mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 04:06:45 +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()
|