diff options
Diffstat (limited to 'modules/remote-opencl/SConstruct')
-rw-r--r-- | modules/remote-opencl/SConstruct | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/remote-opencl/SConstruct b/modules/remote-opencl/SConstruct index c5b2bb4..e344f75 100644 --- a/modules/remote-opencl/SConstruct +++ b/modules/remote-opencl/SConstruct @@ -47,8 +47,10 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CPPDEFINES=['SAW_UNIX'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=[ - 'forstio-core' - 'forstio-codec' + 'forstio-core', + 'forstio-codec', + 'forstio-async', + 'forstio-io' ] ); env.__class__.add_source_files = add_kel_source_files |