mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
add couple examples
This commit is contained in:
Vendored
+2
@@ -109,6 +109,8 @@ endif()
|
||||
|
||||
if (PHMAP_BUILD_EXAMPLES)
|
||||
add_executable(basic examples/basic.cc)
|
||||
add_executable(emplace examples/emplace.cc)
|
||||
add_executable(hash_std examples/hash_std.cc)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user