summaryrefslogtreecommitdiff
path: root/modules/remote-opencl/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-opencl/SConstruct')
-rw-r--r--modules/remote-opencl/SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/remote-opencl/SConstruct b/modules/remote-opencl/SConstruct
index e344f75..2734d6e 100644
--- a/modules/remote-opencl/SConstruct
+++ b/modules/remote-opencl/SConstruct
@@ -50,7 +50,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[],
'forstio-core',
'forstio-codec',
'forstio-async',
- 'forstio-io'
+ 'forstio-io',
+ 'forstio-io_codec'
]
);
env.__class__.add_source_files = add_kel_source_files