1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
foundry_sources += files([
'foundry-action-intent.c',
'foundry-intent.c',
'foundry-intent-handler.c',
'foundry-intent-manager.c',
'foundry-open-file-intent.c',
'foundry-web-intent.c',
])
foundry_headers += files([
'foundry-action-intent.h',
'foundry-intent.h',
'foundry-intent-handler.h',
'foundry-intent-manager.h',
'foundry-open-file-intent.h',
'foundry-web-intent.h',
])
foundry_private_sources += files([
])
foundry_include_directories += [include_directories('.')]
|