summaryrefslogtreecommitdiff
path: root/examples/poiseulle_3d_gpu/SConstruct
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-02-16 14:39:38 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-02-16 14:39:48 +0100
commit92f5645809449f56c39c0e4c6c29045b8a4acea6 (patch)
tree36e6a698dc76196cc74fb1450e2216ce7650f4ef /examples/poiseulle_3d_gpu/SConstruct
parent6e0412d790cb5990364531f65e287f9867696da2 (diff)
downloadlibs-lbm-92f5645809449f56c39c0e4c6c29045b8a4acea6.tar.gz
Dangling changes
Diffstat (limited to 'examples/poiseulle_3d_gpu/SConstruct')
-rw-r--r--examples/poiseulle_3d_gpu/SConstruct4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/poiseulle_3d_gpu/SConstruct b/examples/poiseulle_3d_gpu/SConstruct
index a7201cb..0611b67 100644
--- a/examples/poiseulle_3d_gpu/SConstruct
+++ b/examples/poiseulle_3d_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