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

@@ -10,7 +10,7 @@ mkdir install
cd build
# Build in Release mode
cmake -DCMAKE_BUILD_TYPE=Release -DYYCC_BUILD_TEST=ON -DGTest_ROOT=$GTest_ROOT ../..
cmake -DCMAKE_BUILD_TYPE=Release -DYYCC_BUILD_TEST=ON -DGTest_ROOT=$GTest_ROOT -DYYCC_BUILD_BENCHMARK=ON -Dbenchmark_ROOT=$benchmark_ROOT ../..
cmake --build .
cmake --install . --prefix=../install