]> begriffs open source - libderp/blob - include/derp/meson.build
WIP: begriffs style .so installation
[libderp] / include / derp / meson.build
1 headers = files(
2   'common.h',
3   'hashmap.h',
4   'list.h',
5   'treemap.h',
6   'vector.h')
7
8 if get_option('install_mode') == 'dev'
9   install_headers(headers, subdir: 'libderp-dev.' + meson.project_version() + '/include/derp')
10 endif