summaryrefslogtreecommitdiff
path: root/src/meson.build
blob: 97fd1a964266bb11fb309eef8865bfa3a2946489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
configure_file(
  input: df_name + '.in',
  output: '@BASENAME@',
  configuration: df_conf,
  install: true,
  install_dir: df_bindir,
)

subdir('dfeet')

if get_option('tests')
  subdir('tests')
endif