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 40bd432 commit 656da4bCopy full SHA for 656da4b
benchmark/CMakeLists.txt
@@ -4,7 +4,7 @@ link_libraries(simdjson-windows-headers test-data)
4
5
if (TARGET benchmark::benchmark)
6
add_executable(bench_sax bench_sax.cpp)
7
- target_link_libraries(bench_sax simdjson simdjson-internal-flags simdjson-include-source benchmark::benchmark)
+ target_link_libraries(bench_sax simdjson-internal-flags simdjson-include-source benchmark::benchmark)
8
endif (TARGET benchmark::benchmark)
9
10
link_libraries(simdjson simdjson-flags)
0 commit comments