From c0f567d3232cbe165e56cb2684cda52df7cfb90f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 22:41:11 +0200 Subject: Move public headers to a separate include directory This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index f30b38f4..a3bbb00f 100644 --- a/wscript +++ b/wscript @@ -310,7 +310,7 @@ def build(bld): bld(features = 'c cxx cxxprogram', source = 'src/ingen/ingen.cpp', target = 'ingen', - includes = ['.'], + includes = ['include'], use = 'libingen', uselib = 'SERD SORD SRATOM RAUL LILV LV2', install_path = '${BINDIR}') @@ -321,7 +321,7 @@ def build(bld): bld(features = 'cxx cxxprogram', source = 'tests/%s.cpp' % i, target = 'tests/%s' % i, - includes = ['.'], + includes = ['include'], use = 'libingen', uselib = 'SERD SORD SRATOM RAUL LILV LV2', install_path = '', -- cgit v1.2.1