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