Fix include path when using meson

Closes #661.
This commit is contained in:
Leah Neukirchen 2021-03-12 18:49:50 +01:00
parent 8320e25d64
commit 452b303b4c
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