khanat-code-old/code/ryzom/tools/leveldesign/icon_search/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
273 B
CMake

FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(icon_search ${SRC})
TARGET_LINK_LIBRARIES(icon_search nelmisc)
NL_DEFAULT_PROPS(icon_search "Ryzom, Tools, Misc: Icon Search")
NL_ADD_RUNTIME_FLAGS(icon_search)
INSTALL(TARGETS icon_search RUNTIME DESTINATION bin COMPONENT tools)