feat: add a stat example to verify impl vs theoretical
This commit is contained in:
@@ -14,3 +14,9 @@ target_include_directories(bloom_filter PUBLIC include)
|
||||
# https://stackoverflow.com/questions/70667513/cmake-cxx-standard-vs-target-compile-features
|
||||
# doesn't matter for this specific project though
|
||||
target_compile_features(bloom_filter PUBLIC cxx_std_20)
|
||||
|
||||
add_executable(stats_basic_bloom_filter
|
||||
example/stats_basic_bloom_filter.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(stats_basic_bloom_filter PRIVATE bloom_filter)
|
||||
|
||||
Reference in New Issue
Block a user