diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-15 16:38:25 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-15 16:38:25 +0200 |
commit | 6b68a4f7ddac183f460b668bee7a385daada0ce5 (patch) | |
tree | 61e960a96fc35e040f3e7c4f7e649344e30846bc /modules/remote-sycl/SConstruct | |
parent | 816760c8480e8e76c7f4021a845161eb697e215c (diff) |
Move files and ammend remote-sycl
Diffstat (limited to 'modules/remote-sycl/SConstruct')
-rw-r--r-- | modules/remote-sycl/SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/remote-sycl/SConstruct b/modules/remote-sycl/SConstruct index 40344e7..07ca30b 100644 --- a/modules/remote-sycl/SConstruct +++ b/modules/remote-sycl/SConstruct @@ -63,6 +63,7 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], LIBS=['forstio-core' ,'forstio-codec' ,'forstio-async' + ,'forstio-remote' ,'acpp-rt' ,'OpenCL' ,'omp' |