summaryrefslogtreecommitdiff
path: root/deps/gtest/gtest.gyp
blob: 8b638bb130c60e7786c07b81fb5b0d39a9975d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    'includes': [
      '../../gyp/common.gypi',
    ],
    'targets': [{
        'target_name': 'gtest',
        'type': 'static_library',
        'sources': [
            'gtest-all.cc'
        ],
        'direct_dependent_settings': {
            'include_dirs': [
              '.',
            ],
        },
    }]
}