2018-04-21 00:03:29 +02:00
|
|
|
add_subdirectory(Common)
|
|
|
|
|
2018-04-20 19:25:54 +02:00
|
|
|
if(CMAKE_SYSTEM_NAME MATCHES Retro.*)
|
2018-05-14 23:58:11 +02:00
|
|
|
add_subdirectory(Server)
|
2018-04-20 19:25:54 +02:00
|
|
|
else()
|
|
|
|
add_subdirectory(Client)
|
2017-10-03 11:57:56 +02:00
|
|
|
endif()
|