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