opencensus-cpp icon indicating copy to clipboard operation
opencensus-cpp copied to clipboard

Implementation of install target in CMake

Open smartnet-club opened this issue 6 years ago • 2 comments

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()

smartnet-club avatar Jan 13 '19 06:01 smartnet-club

This is one of the bullet points tracked in #244.

g-easy avatar Mar 01 '19 01:03 g-easy

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.

g-easy avatar Mar 20 '19 03:03 g-easy