File: meson.build

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

foundry_headers += files([
  'foundry-plugin.h',
  'foundry-extension.h',
  'foundry-extension-set.h',
  'foundry-plugin-manager.h',
])

foundry_include_directories += [include_directories('.')]