diff options
Diffstat (limited to 'examples/poiseulle_3d_gpu/SConstruct')
| -rw-r--r-- | examples/poiseulle_3d_gpu/SConstruct | 4 |
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 |
