Commit 0c0ca903 authored by Chris's avatar Chris
Browse files

fix: Correct *_main.cc paths

parent 4d62b5b9
......@@ -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": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment