Files
Kmake/tools/gyp/test/fixtures/integration.gyp

18 lines
241 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
{
'targets': [
{
'target_name': 'test',
'type': 'executable',
'sources': [
'test.cc',
],
'include_dirs': [
'include',
],
'library_dirs': [
'mylib'
],
},
]
}