Source release v3.2.0
This commit is contained in:
19
third_party/gmock.gyp
vendored
19
third_party/gmock.gyp
vendored
@@ -1,17 +1,18 @@
|
||||
# Copyright 2013 Google Inc. All Rights Reserved.
|
||||
# This is for googletest release 1.8.0
|
||||
{
|
||||
'target_defaults': {
|
||||
'type': 'static_library',
|
||||
'include_dirs': [
|
||||
'gmock',
|
||||
'gmock/include',
|
||||
'gmock/gtest',
|
||||
'gmock/gtest/include',
|
||||
'googletest/googlemock',
|
||||
'googletest/googlemock/include',
|
||||
'googletest/googletest',
|
||||
'googletest/googletest/include',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'gmock/include',
|
||||
'gmock/gtest/include',
|
||||
'googletest/googlemock/include',
|
||||
'googletest/googletest/include',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -19,19 +20,19 @@
|
||||
{
|
||||
'target_name': 'gmock',
|
||||
'sources': [
|
||||
'gmock/src/gmock-all.cc',
|
||||
'googletest/googlemock/src/gmock-all.cc',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'gmock_main',
|
||||
'sources': [
|
||||
'gmock/src/gmock_main.cc',
|
||||
'googletest/googlemock/src/gmock_main.cc',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'gtest',
|
||||
'sources': [
|
||||
'gmock/gtest/src/gtest-all.cc',
|
||||
'googletest/googletest/src/gtest-all.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user