mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
9 lines
260 B
CMake
9 lines
260 B
CMake
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
ADD_EXECUTABLE(tga_cut ${SRC})
|
|
|
|
TARGET_LINK_LIBRARIES(tga_cut nelmisc)
|
|
NL_DEFAULT_PROPS(tga_cut "NeL, Tools, 3D: tga_cut")
|
|
NL_ADD_RUNTIME_FLAGS(tga_cut)
|
|
|
|
INSTALL(TARGETS tga_cut RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools3d)
|