Merge pull request #664 from leahneukirchen/meson-pkgconfig2

Fix include path when using meson
This commit is contained in:
Calvin Rose 2021-03-12 17:11:54 -06:00 committed by GitHub
commit 7e8639a682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ janet_dep = declare_dependency(include_directories : incdir,
# pkgconfig
pkg = import('pkgconfig')
pkg.generate(libjanet,
subdirs: 'janet',
description: 'Library for the Janet programming language.')
# Installation