opencensus-cpp
opencensus-cpp copied to clipboard
Implementation of install target in CMake
What about installation target in cmake?
Similar to https://github.com/grpc/grpc/blob/master/CMakeLists.txt
if (gRPC_INSTALL) install(EXPORT gRPCTargets DESTINATION ${gRPC_INSTALL_CMAKEDIR} NAMESPACE gRPC:: ) endif()
This is one of the bullet points tracked in #244.
https://github.com/abseil/abseil-cpp/commit/bf29470384a101b307873b26d358433138c857fc - This somewhat large commit contains abseil's implementation of cmake install. We should take this into consideration when we do this for OpenCensus.