2012-05-29 13:31:11 +00:00
|
|
|
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)
|
|
|
|
|
2012-09-27 20:11:26 +00:00
|
|
|
INSTALL(TARGETS anim_builder RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT tools3d)
|