mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
7 lines
164 B
CMake
7 lines
164 B
CMake
ADD_SUBDIRECTORY(src)
|
|
|
|
IF(UNIX AND NOT APPLE)
|
|
ADD_SUBDIRECTORY(unix)
|
|
ENDIF(UNIX AND NOT APPLE)
|
|
|
|
INSTALL(FILES client_default.cfg DESTINATION ${RYZOM_ETC_PREFIX})
|