khanat-opennel-code/code/ryzom/tools/leveldesign/world_editor/land_export/CMakeLists.txt

10 lines
316 B
CMake

FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(land_export ${SRC})
TARGET_LINK_LIBRARIES(land_export nelmisc nelligo ryzom_landexport)
NL_DEFAULT_PROPS(land_export "Ryzom, Tools, World: Land Export")
NL_ADD_RUNTIME_FLAGS(land_export)
INSTALL(TARGETS land_export RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools)