Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
c1cd9c2b
Commit
c1cd9c2b
authored
Dec 10, 2015
by
Billy Donahue
Browse files
Merge pull request #650 from jpuigcerver/master
Added missing CMake install rules for GMock
parents
57b376a9
7c8ac488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
googlemock/CMakeLists.txt
googlemock/CMakeLists.txt
+8
-0
No files found.
googlemock/CMakeLists.txt
View file @
c1cd9c2b
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment