From 695022abfd674316e5da9c3b74b97be029adfacc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 28 Dec 2025 21:48:09 +0100 Subject: WIP --- test/ctor.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ctor.cc') diff --git a/test/ctor.cc b/test/ctor.cc index d1c0188..4dec9b9 100644 --- a/test/ctor.cc +++ b/test/ctor.cc @@ -88,6 +88,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings) "-std=c++20", "-O3", "-Wall", "-I../src", "-Iuunit", "-DOUTPUT=\"deps\"", + "-I../json/include", "-fexceptions", }, }, @@ -218,6 +219,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings) ctor::cxx_flags{ "-std=c++20", "-O3", "-Wall", "-I../src", + "-I../json/include", "-fexceptions", }, ctor::ld_flags{ "-pthread" }, -- cgit v1.2.3