From 5fee9c698f5f1ebe6ef8bf07f5a75e04dab92681 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 9 Feb 2026 16:49:12 +0100 Subject: Add rar as dep and implement collision --- examples/poiseulle_particles_2d_gpu/SConstruct | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/poiseulle_particles_2d_gpu/SConstruct') diff --git a/examples/poiseulle_particles_2d_gpu/SConstruct b/examples/poiseulle_particles_2d_gpu/SConstruct index a7201cb..0611b67 100644 --- a/examples/poiseulle_particles_2d_gpu/SConstruct +++ b/examples/poiseulle_particles_2d_gpu/SConstruct @@ -57,7 +57,9 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], '-Wextra' ], LIBS=[ - 'forstio-core' + 'forstio-core', + 'forstio-async', + 'forstio-io' ] ); env.__class__.add_source_files = add_kel_source_files -- cgit v1.2.3