From 94eb372b6dd81178f95635e1a9c847e7d16a8fe1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 11 Sep 2025 16:02:16 +0200 Subject: Yesterdays dangling things --- examples/cavity_2d_gpu/SConstruct | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/cavity_2d_gpu/SConstruct') diff --git a/examples/cavity_2d_gpu/SConstruct b/examples/cavity_2d_gpu/SConstruct index fc60882..da59a2d 100644 --- a/examples/cavity_2d_gpu/SConstruct +++ b/examples/cavity_2d_gpu/SConstruct @@ -54,11 +54,13 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], '-std=c++20', '-g', '-Wall', - '-Wextra' + '-Wextra', + '-isystem', 'AdaptiveCpp' ], LIBS=[ 'forstio-core', - 'forstio-codec' + 'forstio-codec', + 'acpp-rt' ] ); env.__class__.add_source_files = add_kel_source_files -- cgit v1.2.3