mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
10 lines
302 B
Text
10 lines
302 B
Text
|
FILE(GLOB SRC *.cpp *.h)
|
||
|
|
||
|
ADD_EXECUTABLE(build_clodtex ${SRC})
|
||
|
|
||
|
TARGET_LINK_LIBRARIES(build_clodtex nel3d nelmisc)
|
||
|
NL_DEFAULT_PROPS(build_clodtex "NeL, Tools, 3D: build_clodtex")
|
||
|
NL_ADD_RUNTIME_FLAGS(build_clodtex)
|
||
|
|
||
|
INSTALL(TARGETS build_clodtex RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools3d)
|