summaryrefslogtreecommitdiff
path: root/examples/poiseulle_particles_2d_gpu/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'examples/poiseulle_particles_2d_gpu/SConstruct')
-rw-r--r--examples/poiseulle_particles_2d_gpu/SConstruct4
1 files changed, 3 insertions, 1 deletions
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