diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-20 14:17:38 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-20 14:17:38 -0400 |
commit | cfc0d5fb0c59b6e15a991f21cf970e557a698e22 (patch) | |
tree | 6b7118860bf0aef941ef7fcebe8c044ffd465011 /mybuild/googlemock/gtest/gtest_main.pc | |
parent | 72a810596642bceff31b33ea2588902c66fa8e08 (diff) | |
download | googletest-cfc0d5fb0c59b6e15a991f21cf970e557a698e22.tar.gz googletest-cfc0d5fb0c59b6e15a991f21cf970e557a698e22.tar.bz2 googletest-cfc0d5fb0c59b6e15a991f21cf970e557a698e22.zip |
Testing, adding a few line to sample4
Diffstat (limited to 'mybuild/googlemock/gtest/gtest_main.pc')
-rw-r--r-- | mybuild/googlemock/gtest/gtest_main.pc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mybuild/googlemock/gtest/gtest_main.pc b/mybuild/googlemock/gtest/gtest_main.pc deleted file mode 100644 index 57948c76..00000000 --- a/mybuild/googlemock/gtest/gtest_main.pc +++ /dev/null @@ -1,10 +0,0 @@ -libdir=/usr/local/lib -includedir=/usr/local/include - -Name: gtest_main -Description: GoogleTest (with main() function) -Version: 1.9.0 -URL: https://github.com/google/googletest -Requires: gtest -Libs: -L${libdir} -lgtest_main -pthread -Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread |