Found the change there, looks good to me, committing
This commit is contained in:
parent
cdb2650241
commit
c1bf2f2c3c
1 changed files with 6 additions and 2 deletions
|
@ -30,8 +30,12 @@ install_headers(
|
||||||
subdir: 'vectorwrapper',
|
subdir: 'vectorwrapper',
|
||||||
)
|
)
|
||||||
|
|
||||||
vwr_lib = library(meson.project_name(), dependencies: [vectorwrapper_dep])
|
pkg.generate(
|
||||||
pkg.generate(vwr_lib)
|
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')
|
if get_option('build_testing')
|
||||||
subdir('test')
|
subdir('test')
|
||||||
|
|
Loading…
Add table
Reference in a new issue