khanat-opennel-code/code/nel/tools/misc/xml_packer/CMakeLists.txt

10 lines
278 B
CMake
Raw Normal View History

2010-05-06 00:08:41 +00:00
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)
2010-05-06 00:08:41 +00:00
INSTALL(TARGETS xml_packer RUNTIME DESTINATION bin COMPONENT toolsmisc)