Commit c1cd9c2b by Billy Donahue

Merge pull request #650 from jpuigcerver/master

Added missing CMake install rules for GMock
parents 57b376a9 7c8ac488
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment