Commit 5c1fdf35 authored by Marian Triebe's avatar Marian Triebe

Fix build of opencl examples

parent 0d052e4c
...@@ -429,6 +429,7 @@ if(NOT CAF_NO_OPENCL) ...@@ -429,6 +429,7 @@ if(NOT CAF_NO_OPENCL)
find_package(OpenCL) find_package(OpenCL)
if(OpenCL_FOUND) if(OpenCL_FOUND)
add_optional_caf_lib(opencl) add_optional_caf_lib(opencl)
add_optional_caf_binaries(libcaf_opencl/examples)
endif() endif()
endif() endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment