khanat-code-old/code/nel/tools/misc/xml_packer/CMakeLists.txt
StudioEtrange e3d6a799bb Fix some probleme with spaces in path on windows
PCHSupport.cmake edited online with Bitbucket
2013-07-24 20:53:33 +00:00

9 lines
282 B
CMake

FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(xml_packer ${SRC})
TARGET_LINK_LIBRARIES(xml_packer nelmisc)
NL_DEFAULT_PROPS(xml_packer "NeL, Tools, Misc: xml_packer")
NL_ADD_RUNTIME_FLAGS(xml_packer)
INSTALL(TARGETS xml_packer RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT toolsmisc)