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

10 lines
269 B
CMake
Raw Normal View History

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 bin COMPONENT toolsmisc)