khanat-opennel-code/code/nel/tools/3d/animation_set_builder/CMakeLists.txt

10 lines
363 B
CMake
Raw Normal View History

2010-05-06 00:08:41 +00:00
FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(animation_set_builder ${SRC})
TARGET_LINK_LIBRARIES(animation_set_builder ${PLATFORM_LINKFLAGS} nel3d nelmisc)
NL_DEFAULT_PROPS(animation_set_builder "NeL, Tools, 3D: anim_set_builder")
NL_ADD_RUNTIME_FLAGS(animation_set_builder)
2010-05-06 00:08:41 +00:00
INSTALL(TARGETS animation_set_builder RUNTIME DESTINATION bin COMPONENT tools3d)