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 (31 lines) | stat: -rw-r--r-- 754 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
22
23
24
25
26
27
28
29
30
31
libfoundry_config_conf.set10('FOUNDRY_FEATURE_FORGE', true)

foundry_sources += files([
  'foundry-forge.c',
  'foundry-forge-error.c',
  'foundry-forge-issue.c',
  'foundry-forge-listing.c',
  'foundry-forge-manager.c',
  'foundry-forge-merge-request.c',
  'foundry-forge-project.c',
  'foundry-forge-query.c',
  'foundry-forge-user.c',
])

foundry_private_sources += files([
  'foundry-forge-listing-page.c',
])

foundry_headers += files([
  'foundry-forge.h',
  'foundry-forge-error.h',
  'foundry-forge-issue.h',
  'foundry-forge-listing.h',
  'foundry-forge-manager.h',
  'foundry-forge-merge-request.h',
  'foundry-forge-project.h',
  'foundry-forge-query.h',
  'foundry-forge-user.h',
])

foundry_include_directories += [include_directories('.')]