Found the change there, looks good to me, committing

This commit is contained in:
King_DuckZ 2021-03-12 00:12:30 +01:00
parent cdb2650241
commit c1bf2f2c3c
1 changed files with 6 additions and 2 deletions

View File

@ -30,8 +30,12 @@ install_headers(
subdir: 'vectorwrapper',
)
vwr_lib = library(meson.project_name(), dependencies: [vectorwrapper_dep])
pkg.generate(vwr_lib)
pkg.generate(
name: meson.project_name(),
description: 'A template vector wrapper class for C++',
url: 'https://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper/',
subdirs: ''
)
if get_option('build_testing')
subdir('test')