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
7c8ac488
Commit
7c8ac488
authored
Dec 03, 2015
by
Joan Puigcerver
Browse files
Added CMake install rules for GMock
parent
1f8fe136
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 @
7c8ac488
...
...
@@ -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.
...
...
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