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 (29 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
foundry_sources += files([
  'foundry-auth-provider.c',
  'foundry-directory-reaper.c',
  'foundry-model-manager.c',
  'foundry-os-info.c',
  'foundry-path.c',
  'foundry-process-launcher.c',
  'foundry-search-path.c',
  'foundry-shell.c',
  'foundry-subprocess.c',
  'foundry-tty-auth-provider.c',
  'foundry-unix-fd-map.c',
])

foundry_headers += files([
  'foundry-auth-provider.h',
  'foundry-directory-reaper.h',
  'foundry-model-manager.h',
  'foundry-os-info.h',
  'foundry-path.h',
  'foundry-process-launcher.h',
  'foundry-search-path.h',
  'foundry-shell.h',
  'foundry-subprocess.h',
  'foundry-tty-auth-provider.h',
  'foundry-unix-fd-map.h',
])

foundry_include_directories += [include_directories('.')]