11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
11 lines
380 B
CMake
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)
|