mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
9 lines
256 B
CMake
9 lines
256 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 bin COMPONENT tools3d)
|