mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
simplify serialize.cc, add it to the examples in CMakeLists.txt
This commit is contained in:
Vendored
+1
-1
@@ -129,7 +129,7 @@ if (PHMAP_BUILD_EXAMPLES)
|
||||
add_executable(ex_basic examples/basic.cc phmap.natvis)
|
||||
add_executable(ex_bench examples/bench.cc phmap.natvis)
|
||||
add_executable(ex_emplace examples/emplace.cc phmap.natvis)
|
||||
# add_executable(ex_serialize examples/serialize.cc phmap.natvis)
|
||||
add_executable(ex_serialize examples/serialize.cc phmap.natvis)
|
||||
add_executable(ex_hash_std examples/hash_std.cc phmap.natvis)
|
||||
add_executable(ex_hash_value examples/hash_value.cc phmap.natvis)
|
||||
add_executable(ex_two_files examples/f1.cc examples/f2.cc phmap.natvis)
|
||||
|
||||
Reference in New Issue
Block a user