initial commit

This commit is contained in:
2025-09-01 20:47:58 +08:00
commit 12c51b5ddb
843 changed files with 475321 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
set(UPDATER_SOURCE_RC SGMUpdatere.rc)
source_group("Resource Files" FILES ${UPDATER_SOURCE_RC})
set(WTL_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../WTL/include)
set(ACE_SDK_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../ace-sdk")
add_executable(SGMUpdatere WIN32
Updater_Main.cpp
Updater_MainDialog.h
Updater_MainDialog.cpp
${UPDATER_SOURCE_RC}
)
target_include_directories(SGMUpdatere PRIVATE
${WTL_INCLUDE_PATH}
${ACE_SDK_ROOT}/include
)