Fix example to reflect new usage of lazy_emplace_l - issue #143

This commit is contained in:
greg7mdp
2022-06-20 19:54:26 -04:00
parent eb60b8ac59
commit 9e87d79404
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -138,6 +138,9 @@ 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)
if (MSVC)
add_executable(ex_lazy_emplace_l examples/lazy_emplace_l.cc phmap.natvis)
endif()
add_executable(ex_serialize examples/serialize.cc phmap.natvis)
target_include_directories(ex_serialize PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../cereal/include>)
add_executable(ex_hash_std examples/hash_std.cc phmap.natvis)