summaryrefslogtreecommitdiff
path: root/cmake/gtest.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/gtest.pc.in')
-rw-r--r--cmake/gtest.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/gtest.pc.in b/cmake/gtest.pc.in
index 37b8209..ee14e01 100644
--- a/cmake/gtest.pc.in
+++ b/cmake/gtest.pc.in
@@ -5,5 +5,5 @@ Description: Google's framework for writing C++ tests on a variety of platforms
prefix=@CMAKE_INSTALL_PREFIX@
includedir=${prefix}/include
libdir=${prefix}/lib
-Cflags:-I${includedir}/gtest
+Cflags:-I${includedir}
Libs: -L${libdir} -lgtest