This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch patch_for_rc4 in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git
commit 6f04d3f16938a3a7dc62a0c3c912b92bcb5d289f Author: AlexanderSaydakov <[email protected]> AuthorDate: Mon Jun 1 14:28:43 2020 -0700 added new header --- theta/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theta/CMakeLists.txt b/theta/CMakeLists.txt index ae02e79..69af9db 100644 --- a/theta/CMakeLists.txt +++ b/theta/CMakeLists.txt @@ -36,6 +36,7 @@ set(theta_HEADERS "") list(APPEND theta_HEADERS "include/theta_sketch.hpp;include/theta_union.hpp;include/theta_intersection.hpp") list(APPEND theta_HEADERS "include/theta_a_not_b.hpp;include/binomial_bounds.hpp;include/theta_sketch_impl.hpp") list(APPEND theta_HEADERS "include/theta_union_impl.hpp;include/theta_intersection_impl.hpp;include/theta_a_not_b_impl.hpp") +list(APPEND theta_HEADERS "include/conditional_back_inserter.hpp") install(TARGETS theta EXPORT ${PROJECT_NAME} @@ -55,4 +56,5 @@ target_sources(theta ${CMAKE_CURRENT_SOURCE_DIR}/include/theta_union_impl.hpp ${CMAKE_CURRENT_SOURCE_DIR}/include/theta_intersection_impl.hpp ${CMAKE_CURRENT_SOURCE_DIR}/include/theta_a_not_b_impl.hpp + ${CMAKE_CURRENT_SOURCE_DIR}/include/conditional_back_inserter.hpp ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
