1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(textures_tool ${SRC})
5 TARGET_LINK_LIBRARIES(textures_tool nelmisc)
6 NL_DEFAULT_PROPS(textures_tool "NeL, Tools, 3D: Textures Tool")
7 NL_ADD_RUNTIME_FLAGS(textures_tool)
9 INSTALL(TARGETS textures_tool RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools3d)