mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
590 B
25 lines
590 B
10 years ago
|
{
|
||
|
'targets': [
|
||
|
{
|
||
|
'target_name': 'gtest',
|
||
|
'type': 'static_library',
|
||
|
'cflags': ['-Wno-missing-field-initializers'],
|
||
|
'direct_dependent_settings': {
|
||
|
'include_dirs': ['include'],
|
||
|
},
|
||
|
'include_dirs': ['.', 'include'],
|
||
|
'sources': [
|
||
|
'src/gtest-death-test.cc',
|
||
|
'src/gtest-filepath.cc',
|
||
|
'src/gtest-internal-inl.h',
|
||
|
'src/gtest-port.cc',
|
||
|
'src/gtest-printers.cc',
|
||
|
'src/gtest-test-part.cc',
|
||
|
'src/gtest-typed-test.cc',
|
||
|
'src/gtest.cc',
|
||
|
'src/gtest_main.cc',
|
||
|
],
|
||
|
}
|
||
|
],
|
||
|
}
|