Init commit

This commit is contained in:
2026-08-17 06:31:43 +09:00
commit 348d9275f6
428 changed files with 61806 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# 请将此文件加入.gitignore
# 在此文件配置对应的库的路径
##### 填写一些库的地址,如果填错了将关闭相关模块 #####
#1. VCPKG库的根目录
set(PATH_VCPKG "")
#2. OpenSSL库的根目录
set(PATH_SSL "")
#3. ZLIB库的根目录
set(PATH_ZLIB "")
#4. libcurl库的根目录
set(PATH_CURL "")
#5. opencv库的根目录
set(PATH_OPENCV "")
#6. QT库目录,如 C:/Qt/6.8.1/msvc2022_64
set(PATH_QT "")