From db81d74c3959fded1c32fe4e95f2efeed04938ee Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 31 Oct 2025 14:25:09 +0100 Subject: Adding 3D poiseulle and using http fetching --- examples/poiseulle_3d/SConstruct | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'examples/poiseulle_3d/SConstruct') diff --git a/examples/poiseulle_3d/SConstruct b/examples/poiseulle_3d/SConstruct index a7201cb..fe206e1 100644 --- a/examples/poiseulle_3d/SConstruct +++ b/examples/poiseulle_3d/SConstruct @@ -54,10 +54,13 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], '-std=c++20', '-g', '-Wall', - '-Wextra' + '-Wextra', + '-isystem', 'AdaptiveCpp' ], LIBS=[ - 'forstio-core' + 'forstio-core', + 'acpp-rt', + 'omp' ] ); env.__class__.add_source_files = add_kel_source_files -- cgit v1.2.3