mirror of
https://github.com/google/googletest.git
synced 2025-04-14 08:50:35 +00:00
Added CMake install rules for GMock
This commit is contained in:
parent
1f8fe13618
commit
7c8ac4886a
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@ cxx_library(gmock_main
|
|||
src/gmock-all.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.
|
||||
|
|
Loading…
Add table
Reference in a new issue