Commit c1cd9c2b authored by Billy Donahue's avatar Billy Donahue
Browse files

Merge pull request #650 from jpuigcerver/master

Added missing CMake install rules for GMock
parents 57b376a9 7c8ac488
...@@ -92,6 +92,14 @@ cxx_library(gmock_main ...@@ -92,6 +92,14 @@ cxx_library(gmock_main
src/gmock-all.cc src/gmock-all.cc
src/gmock_main.cc) src/gmock_main.cc)
########################################################################
#
# Install rules
install(TARGETS gmock gmock_main
DESTINATION lib)
install(DIRECTORY ${gmock_SOURCE_DIR}/include/gmock
DESTINATION include)
######################################################################## ########################################################################
# #
# Google Mock's own tests. # Google Mock's own tests.
......
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