khanat-opennel-code/code/nel/tools/3d/anim_builder/CMakeLists.txt
Fabien_HENON 11298004e9 Updating the world_editor_classes.xml file for the guild missions
- Adding new actions for guild missions
- Adding the guild option for some actions
- Adding the nb_guild_members_needed option for the objectives
2011-05-23 16:09:14 +02:00

9 lines
292 B
CMake

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 bin COMPONENT tools3d)