aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/crc32c/CMakeLists.txt
blob: 8dae80f4763de43fd5f7992fc7ad3342196281f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
add_library(cpp-digest-crc32c)
target_link_libraries(cpp-digest-crc32c PUBLIC
  contrib-libs-cxxsupp
  yutil
  contrib-libs-crcutil
)
target_sources(cpp-digest-crc32c PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/digest/crc32c/crc32c.cpp
)