diff --git a/opencl/amdocl/CMakeLists.txt b/opencl/amdocl/CMakeLists.txt index 99d2814e2c..7829021f17 100644 --- a/opencl/amdocl/CMakeLists.txt +++ b/opencl/amdocl/CMakeLists.txt @@ -78,6 +78,8 @@ else() set_target_properties(amdocl PROPERTIES OUTPUT_NAME "amdocl32") endif() +target_include_directories(amdocl PUBLIC $) + target_sources(amdocl PRIVATE cl_command.cpp cl_context.cpp