khanat-opennel-code/code/nel/tools/misc/branch_patcher/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

11 lines
380 B
CMake

FILE(GLOB SRC *.cpp *.h)
ADD_EXECUTABLE(branch_patcher WIN32 ${SRC} branch_patcher.rc)
#TARGET_LINK_LIBRARIES(branch_patcher ${PLATFORM_LINKFLAGS})
NL_DEFAULT_PROPS(branch_patcher "NeL, Tools, Misc: branch_patcher")
NL_ADD_RUNTIME_FLAGS(branch_patcher)
ADD_DEFINITIONS(${MFC_DEFINITIONS})
INSTALL(TARGETS branch_patcher RUNTIME DESTINATION bin COMPONENT toolsmisc)