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
a2b149b2
Unverified
Commit
a2b149b2
authored
Sep 04, 2018
by
Gennadiy Civil
Committed by
GitHub
Sep 04, 2018
Browse files
Merge pull request #1801 from SoapGentoo/fix-gmock-pkgconfig
pkgconfig: Unconditionally depend on GTest when using GMock
parents
3787a483
990bf4ff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
googlemock/cmake/gmock.pc.in
googlemock/cmake/gmock.pc.in
+1
-0
googlemock/cmake/gmock_main.pc.in
googlemock/cmake/gmock_main.pc.in
+1
-0
No files found.
googlemock/cmake/gmock.pc.in
View file @
a2b149b2
...
@@ -5,5 +5,6 @@ Name: gmock
...
@@ -5,5 +5,6 @@ Name: gmock
Description: GoogleMock (without main() function)
Description: GoogleMock (without main() function)
Version: @PROJECT_VERSION@
Version: @PROJECT_VERSION@
URL: https://github.com/google/googletest
URL: https://github.com/google/googletest
Requires: gtest
Libs: -L${libdir} -lgmock @CMAKE_THREAD_LIBS_INIT@
Libs: -L${libdir} -lgmock @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@
googlemock/cmake/gmock_main.pc.in
View file @
a2b149b2
...
@@ -5,5 +5,6 @@ Name: gmock_main
...
@@ -5,5 +5,6 @@ Name: gmock_main
Description: GoogleMock (with main() function)
Description: GoogleMock (with main() function)
Version: @PROJECT_VERSION@
Version: @PROJECT_VERSION@
URL: https://github.com/google/googletest
URL: https://github.com/google/googletest
Requires: gmock
Libs: -L${libdir} -lgmock_main @CMAKE_THREAD_LIBS_INIT@
Libs: -L${libdir} -lgmock_main @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@
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