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