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