mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
dde8fd723a
--HG-- branch : develop
9 lines
296 B
CMake
9 lines
296 B
CMake
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)
|