From dcac0f39732c760e4956b2cabe19c3d6088169d2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 8 Apr 2025 14:36:38 +0200 Subject: Fixing example for sycl rpc --- modules/remote-sycl/SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/remote-sycl/SConstruct') diff --git a/modules/remote-sycl/SConstruct b/modules/remote-sycl/SConstruct index 07ca30b..33dc1cc 100644 --- a/modules/remote-sycl/SConstruct +++ b/modules/remote-sycl/SConstruct @@ -60,7 +60,8 @@ env_vars.Add( env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CPPDEFINES=['SAW_UNIX'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], - LIBS=['forstio-core' + LIBS=[ + 'forstio-core' ,'forstio-codec' ,'forstio-async' ,'forstio-remote' -- cgit v1.2.3