This commit is contained in:
liyp
2026-02-10 09:37:03 +08:00
parent 0f8ea19850
commit 439b08b0f8
95 changed files with 118 additions and 458 deletions

View File

@@ -22,6 +22,8 @@ target("UniversalCanCore")
add_files("Device/Zlg/Port/*.cpp") -- 源文件
add_files("Src/*.cpp") -- 源文件
add_links("ws2_32") -- 声明win32
add_defines("_WIN32_WINNT=0x0601", {public = true}) --win7支持
--add_defines("_WIN32_WINNT=0x0A00") --现代win支持
-- 自定义 MinGW 工具链
toolchain("mingw64")