khanat-opennel-code/code/ryzom/tools/pd_parser/CMakeLists.txt

11 lines
272 B
CMake
Raw Normal View History

2010-05-06 00:08:41 +00:00
FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(pd_parser ${SRC})
TARGET_LINK_LIBRARIES(pd_parser nelmisc)
2010-05-06 00:08:41 +00:00
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)