mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 03:05:15 +00:00
11 lines
210 B
CMake
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()
|