khanat-opennel-code/code/nel/tools/3d/tga_resize/CMakeLists.txt

10 lines
278 B
CMake
Raw Normal View History

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