2021-03-03 15:48:37 +01:00
|
|
|
jack_inc = include_directories('.')
|
2021-04-18 15:14:30 +02:00
|
|
|
if get_option('jack-devel').enabled()
|
|
|
|
|
install_subdir('jack', install_dir: get_option('includedir'), strip_directory: false)
|
|
|
|
|
endif
|
2021-03-03 15:48:37 +01:00
|
|
|
subdir('src')
|