From 7c8ac4886a7ad513430d132c446a93c6d395345a Mon Sep 17 00:00:00 2001 From: Joan Puigcerver Date: Thu, 3 Dec 2015 09:33:21 +0100 Subject: Added CMake install rules for GMock --- googlemock/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/googlemock/CMakeLists.txt b/googlemock/CMakeLists.txt index cd52277..7f330c5 100644 --- a/googlemock/CMakeLists.txt +++ b/googlemock/CMakeLists.txt @@ -94,6 +94,14 @@ cxx_library(gmock_main ######################################################################## # +# Install rules +install(TARGETS gmock gmock_main + DESTINATION lib) +install(DIRECTORY ${gmock_SOURCE_DIR}/include/gmock + DESTINATION include) + +######################################################################## +# # Google Mock's own tests. # # You can skip this section if you aren't interested in testing -- cgit v0.12