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