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.*)
|
2018-05-14 21:58:11 +00:00
|
|
|
add_subdirectory(Server)
|
2018-04-20 17:25:54 +00:00
|
|
|
else()
|
|
|
|
add_subdirectory(Client)
|
2017-10-03 09:57:56 +00:00
|
|
|
endif()
|