aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
authorChris <chrisjohnsonmail@gmail.com>2019-01-03 12:14:40 -0600
committerChris <chrisjohnsonmail@gmail.com>2019-01-03 12:14:40 -0600
commit0c0ca90382457859785a97bea5695093d72097dd (patch)
treeca3af9e1cadc57d0da0c3bc21f04c20d7969ea91 /library.json
parent4d62b5b9aef027a8c4f4432ecc661de0b87b4f46 (diff)
downloadgoogletest-0c0ca90382457859785a97bea5695093d72097dd.tar.gz
googletest-0c0ca90382457859785a97bea5695093d72097dd.tar.bz2
googletest-0c0ca90382457859785a97bea5695093d72097dd.zip
fix: Correct *_main.cc paths
Diffstat (limited to 'library.json')
-rw-r--r--library.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/library.json b/library.json
index 68ba96e6..233cc117 100644
--- a/library.json
+++ b/library.json
@@ -31,7 +31,7 @@
"googlemock/CMakeLists.txt",
"googlemock/Makefile.am",
"googlemock/configure.ac",
- "googlemock/gmock_main.cc",
+ "googlemock/src/gmock_main.cc",
"googletest/cmake",
"googletest/codegear",
"googletest/m4",
@@ -43,7 +43,7 @@
"googletest/CMakeLists.txt",
"googletest/Makefile.am",
"googletest/configure.ac",
- "googletest/gtest_main.cc"
+ "googletest/src/gtest_main.cc"
]
},
"build": {