diff options
Diffstat (limited to 'library.json')
-rw-r--r-- | library.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library.json b/library.json index b662ee84..6fb64e85 100644 --- a/library.json +++ b/library.json @@ -31,6 +31,7 @@ "googlemock/CMakeLists.txt", "googlemock/Makefile.am", "googlemock/configure.ac", + "googlemock/src/gmock_main.cc", "googletest/cmake", "googletest/codegear", "googletest/m4", @@ -41,7 +42,8 @@ "googletest/xcode", "googletest/CMakeLists.txt", "googletest/Makefile.am", - "googletest/configure.ac" + "googletest/configure.ac", + "googletest/src/gtest_main.cc" ] }, "build": { |