diff options
author | Chris <chrisjohnsonmail@gmail.com> | 2019-01-04 03:15:19 (GMT) |
---|---|---|
committer | Chris <chrisjohnsonmail@gmail.com> | 2019-01-04 03:15:19 (GMT) |
commit | fd1c7976aee83718db9934d0f5063a52e10f5db6 (patch) | |
tree | 81403e3fcf0190773dc3e7dbb42bb7c51795c74e /library.json | |
parent | 23533009b872e4cb6ae93471ff4e9280a2d51f62 (diff) | |
parent | 0ffa5f9779fc3a1b18d4931484b46825d952821d (diff) | |
download | googletest-fd1c7976aee83718db9934d0f5063a52e10f5db6.zip googletest-fd1c7976aee83718db9934d0f5063a52e10f5db6.tar.gz googletest-fd1c7976aee83718db9934d0f5063a52e10f5db6.tar.bz2 |
Merge branch 'chore/fix_library_json' of https://github.com/ciband/googletest into chore/fix_library_json
Diffstat (limited to 'library.json')
-rw-r--r-- | library.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library.json b/library.json index 78e69e1..84c2b8c 100644 --- a/library.json +++ b/library.json @@ -49,7 +49,7 @@ "build": { "flags": [ "-Igooglemock/include", - "-Igooglemock", + "-Igooglemock", "-Igoogletest/include", "-Igoogletest" ] |