2010-09-25 13:48:18 +00:00
|
|
|
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE(branch_patcher WIN32 ${SRC} branch_patcher.rc)
|
|
|
|
|
2010-09-29 21:52:28 +00:00
|
|
|
#TARGET_LINK_LIBRARIES(branch_patcher ${PLATFORM_LINKFLAGS})
|
2010-09-25 13:48:18 +00:00
|
|
|
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)
|