From b4cb34dfb2619f594d82e512fd9ff7fc97400133 Mon Sep 17 00:00:00 2001 From: arcadia-devtools Date: Fri, 18 Feb 2022 15:49:59 +0300 Subject: intermediate changes ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 --- library/cpp/diff/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library/cpp/diff/CMakeLists.txt (limited to 'library/cpp/diff') diff --git a/library/cpp/diff/CMakeLists.txt b/library/cpp/diff/CMakeLists.txt new file mode 100644 index 00000000000..234256cd6db --- /dev/null +++ b/library/cpp/diff/CMakeLists.txt @@ -0,0 +1,10 @@ +add_library(library-cpp-diff) +target_link_libraries(library-cpp-diff PUBLIC + contrib-libs-cxxsupp + yutil + library-cpp-lcs + cpp-containers-stack_array +) +target_sources(library-cpp-diff PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/diff/diff.cpp +) -- cgit v1.3