mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
11 lines
369 B
CMake
11 lines
369 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)
|