1add_executable (icd_loader_test 2 test_kernel.c 3 main.c 4 test_platforms.c 5 icd_test_match.c 6 test_program_objects.c 7 test_sampler_objects.c 8 test_buffer_object.c 9 test_cl_runtime.c 10 callbacks.c 11 test_create_calls.c 12 test_clgl.c 13 test_image_objects.c ) 14 15target_compile_definitions(icd_loader_test 16 PRIVATE 17 CL_TARGET_OPENCL_VERSION=300 18) 19 20target_link_libraries (icd_loader_test OpenCL IcdLog OpenCL::Headers) 21