mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
fix example build issue
This commit is contained in:
Vendored
+1
@@ -124,5 +124,6 @@ if (PHMAP_BUILD_EXAMPLES)
|
||||
add_executable(ex_insert_bench examples/insert_bench.cc)
|
||||
add_executable(ex_knucleotide examples/knucleotide.cc)
|
||||
target_link_libraries(ex_knucleotide Threads::Threads)
|
||||
target_link_libraries(ex_bench Threads::Threads)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user