We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87014b3 commit 54498f2Copy full SHA for 54498f2
test/CMakeLists.txt
@@ -10,15 +10,14 @@ function(add_ramcore_test test_name)
10
ROOT::Tree
11
ROOT::ROOTNTuple
12
ROOT::RIO
13
+ sam_generator
14
gtest
15
gtest_main
16
)
17
18
if(RAMTOOLS_BUILD_BENCHMARKS)
- target_link_libraries(${test_name}
19
- sam_generator
20
- benchmark::benchmark
21
- )
+
+ target_link_libraries(${test_name} benchmark::benchmark)
22
endif()
23
24
target_include_directories(${test_name}
0 commit comments