From f2eb782080a74a7d789dea154e17e18cf5121af4 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 440ddfe..1201929 100644 --- a/test/ctor.cc +++ b/test/ctor.cc @@ -95,6 +95,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings) ctor::cxx_flags{ "-std=c++20", "-O3", "-Wall", "-I../src", "-Iuunit", + "-I../json/include", "-DOUTPUT=\"deps\"", "-fexceptions", }, @@ -240,6 +241,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