mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
13 lines
258 B
Text
13 lines
258 B
Text
|
# Need clientsheets lib for sheets packer tool
|
||
|
ADD_SUBDIRECTORY(src)
|
||
|
|
||
|
IF(WITH_RYZOM_CLIENT)
|
||
|
#ADD_SUBDIRECTORY(data)
|
||
|
|
||
|
IF(UNIX AND NOT APPLE)
|
||
|
ADD_SUBDIRECTORY(unix)
|
||
|
ENDIF()
|
||
|
|
||
|
INSTALL(FILES client_default.cfg DESTINATION ${RYZOM_ETC_PREFIX})
|
||
|
ENDIF()
|