blob: c54e9e145f464ede782a51cb622ce70f420b39b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
add_library(messagebus_protobuf)
target_link_libraries(messagebus_protobuf PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-protobuf
library-cpp-messagebus
messagebus_actor
)
target_sources(messagebus_protobuf PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/messagebus/protobuf/ybusbuf.cpp
)
|