meson: Permit installation of toml++ (#16)
This commit is contained in:
parent
cb000809b0
commit
764e6dd032
12
meson.build
12
meson.build
@ -99,3 +99,15 @@ if build_tests or build_examples
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
install_subdir('include/toml++/',
|
||||||
|
strip_directory: true,
|
||||||
|
install_dir: 'include/toml++'
|
||||||
|
)
|
||||||
|
|
||||||
|
pkgc = import('pkgconfig')
|
||||||
|
pkgc.generate (
|
||||||
|
name: 'toml++',
|
||||||
|
version: meson.project_version(),
|
||||||
|
description: 'Header-only TOML config file parser and serializer for modern C++',
|
||||||
|
subdirs: 'toml++'
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user