mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 02:09:52 +00:00
8 lines
164 B
Text
8 lines
164 B
Text
|
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})
|