We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d5f94 commit eebee4dCopy full SHA for eebee4d
.github/workflows/build.yml
@@ -23,6 +23,7 @@ on:
23
- "cmake/**"
24
- "src/**"
25
- "tests/**"
26
+ - "benchmarks/**"
27
28
- docs/config-description.md
29
workflow_dispatch:
benchmarks/CMakeLists.txt
@@ -16,5 +16,5 @@ target_sources(
16
include(deps/gbench)
17
18
target_include_directories(clio_benchmark PRIVATE .)
19
-target_link_libraries(clio_benchmark PUBLIC clio_util clio_rpc benchmark::benchmark_main spdlog::spdlog)
+target_link_libraries(clio_benchmark PRIVATE clio_rpc clio_util benchmark::benchmark_main spdlog::spdlog)
20
set_target_properties(clio_benchmark PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
0 commit comments