File: meson.build

package info (click to toggle)
foundry 1.1~beta-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,552 kB
  • sloc: ansic: 167,487; xml: 417; makefile: 21; sh: 19; javascript: 10
file content (21 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
foundry_sources += files([
  'foundry-diagnostic.c',
  'foundry-diagnostic-builder.c',
  'foundry-diagnostic-fix.c',
  'foundry-diagnostic-manager.c',
  'foundry-diagnostic-provider.c',
  'foundry-diagnostic-range.c',
  'foundry-diagnostic-tool.c',
])

foundry_headers += files([
  'foundry-diagnostic.h',
  'foundry-diagnostic-builder.h',
  'foundry-diagnostic-fix.h',
  'foundry-diagnostic-manager.h',
  'foundry-diagnostic-provider.h',
  'foundry-diagnostic-range.h',
  'foundry-diagnostic-tool.h',
])

foundry_include_directories += [include_directories('.')]