fix: Correct *_main.cc paths
This commit is contained in:
parent
4d62b5b9ae
commit
0c0ca90382
|
@ -31,7 +31,7 @@
|
||||||
"googlemock/CMakeLists.txt",
|
"googlemock/CMakeLists.txt",
|
||||||
"googlemock/Makefile.am",
|
"googlemock/Makefile.am",
|
||||||
"googlemock/configure.ac",
|
"googlemock/configure.ac",
|
||||||
"googlemock/gmock_main.cc",
|
"googlemock/src/gmock_main.cc",
|
||||||
"googletest/cmake",
|
"googletest/cmake",
|
||||||
"googletest/codegear",
|
"googletest/codegear",
|
||||||
"googletest/m4",
|
"googletest/m4",
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"googletest/CMakeLists.txt",
|
"googletest/CMakeLists.txt",
|
||||||
"googletest/Makefile.am",
|
"googletest/Makefile.am",
|
||||||
"googletest/configure.ac",
|
"googletest/configure.ac",
|
||||||
"googletest/gtest_main.cc"
|
"googletest/src/gtest_main.cc"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user