blob: 7d55f3870e8289ddebf72ed2ed716c83dbb5c858 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
add_library(library-cpp-pop_count)
target_link_libraries(library-cpp-pop_count PUBLIC
contrib-libs-cxxsupp
yutil
)
target_sources(library-cpp-pop_count PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/pop_count/popcount.cpp
)
|