mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
10 lines
260 B
Text
10 lines
260 B
Text
|
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)
|