diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-12-28 21:48:09 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-03 19:38:55 +0100 |
| commit | 74bd1700a7f529bc0dd4f536613b77682e5d02d8 (patch) | |
| tree | 3fa27fd817faddd57d2d6ea4dd2301e72e4f8af7 /test/ctor.cc | |
| parent | f66ab53b9380a5367e24727df620d6620ab031f7 (diff) | |
Diffstat (limited to 'test/ctor.cc')
| -rw-r--r-- | test/ctor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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" }, |
