make meson pkgconfig module use the correct project name [skip ci]

This commit is contained in:
Mark Gillard 2020-04-07 18:26:55 +03:00
parent 0dc7c25288
commit dce20a7e2d

View File

@ -105,7 +105,7 @@ install_subdir('include/toml++/',
pkgc = import('pkgconfig')
pkgc.generate (
name: 'toml++',
name: meson.project_name(),
version: meson.project_version(),
description: 'Header-only TOML config file parser and serializer for modern C++'
)