mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
11 lines
272 B
Text
11 lines
272 B
Text
|
FILE(GLOB SRC *.cpp *.h)
|
||
|
|
||
|
ADD_EXECUTABLE(pd_parser ${SRC})
|
||
|
|
||
|
TARGET_LINK_LIBRARIES(pd_parser nelmisc)
|
||
|
|
||
|
NL_DEFAULT_PROPS(pd_parser "Ryzom, Tools: PD Parser")
|
||
|
NL_ADD_RUNTIME_FLAGS(pd_parser)
|
||
|
|
||
|
INSTALL(TARGETS pd_parser RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools)
|