You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
342 B

add_executable (icd_loader_test
test_kernel.c
main.c
test_platforms.c
icd_test_match.c
test_program_objects.c
test_sampler_objects.c
test_buffer_object.c
test_cl_runtime.c
callbacks.c
test_create_calls.c
test_clgl.c
test_image_objects.c )
target_link_libraries (icd_loader_test OpenCL IcdLog)