1
0

chore: use github provided package to fetch dependencies

This commit is contained in:
2026-01-22 16:24:21 +08:00
parent 1c1e709ed1
commit 6449ae1977
6 changed files with 54 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ MKDIR install
CD build
:: Build with x64 architecture in Release mode
cmake -A x64 -DYYCC_BUILD_TEST=ON -DGTest_ROOT=%GTest_ROOT% ../..
cmake -A x64 -DYYCC_BUILD_TEST=ON -DGTest_ROOT=%GTest_ROOT% -DYYCC_BUILD_BENCHMARK=ON -Dbenchmark_ROOT=%benchmark_ROOT% ../..
cmake --build . --config Release
cmake --install . --prefix=../install --config Release