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