khanat-opennel-code/code/nel/tools/3d/textures_tool/CMakeLists.txt
2017-03-15 17:43:49 +02:00

9 lines
296 B
CMake

FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(textures_tool ${SRC})
TARGET_LINK_LIBRARIES(textures_tool nelmisc)
NL_DEFAULT_PROPS(textures_tool "NeL, Tools, 3D: Textures Tool")
NL_ADD_RUNTIME_FLAGS(textures_tool)
INSTALL(TARGETS textures_tool RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools3d)