10 lines
315 B
Text
10 lines
315 B
Text
|
FILE(GLOB SRC *.cpp *.h)
|
||
|
|
||
|
ADD_EXECUTABLE(build_clodtex ${SRC})
|
||
|
|
||
|
TARGET_LINK_LIBRARIES(build_clodtex ${PLATFORM_LINKFLAGS} nel3d nelmisc)
|
||
|
NL_DEFAULT_PROPS(build_clodtex "Tools, 3D: build_clodtex")
|
||
|
NL_ADD_RUNTIME_FLAGS(build_clodtex)
|
||
|
|
||
|
INSTALL(TARGETS build_clodtex RUNTIME DESTINATION bin COMPONENT tools3d)
|