File: meson.build

package info (click to toggle)
spoa 4.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: cpp: 4,552; makefile: 32; sh: 10
file content (18 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###########
# Headers #
###########

spoa_include_directories = include_directories(['.'])

if meson.is_subproject()
  subdir_done()
endif

install_headers(
  files([
    'spoa/alignment_engine.hpp',
    'spoa/graph.hpp',
    'spoa/spoa.hpp',
    'spoa/version.hpp',
  ]),
  subdir : 'spoa')