Packaging Proto files in a Conan package for CMake use
My team is attempting to package a collection of .proto
files into a shared library for use in multiple other repositories. Currently, this is done by compiling them into a C++ static library that the other repositories link with. However, we also need the .proto
files themselves to be shared with the dependent programs, since there are more protobuf files in those that require those base definitions.