Adding upper directory to the include.

This commit is contained in:
sergiotarxz 2022-08-02 06:36:49 +02:00
parent 05eabb3bc5
commit 12e963ceae
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ elfspylib = library('elfspy',
install_headers(headers, subdir: 'elfspy')
pkg.generate(elfspylib)
elfspy_dep = declare_dependency (
include_directories: ['.'],
include_directories: ['.', '..'],
link_with: elfspylib
)