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