Skip to content
Merged
1 change: 1 addition & 0 deletions test_conformance/extensions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ add_subdirectory( cl_khr_dx9_media_sharing )
add_subdirectory( cl_khr_external_memory_dma_buf )
add_subdirectory( cl_khr_semaphore )
add_subdirectory( cl_khr_kernel_clock )
add_subdirectory( cl_ext_buffer_device_address )
if(VULKAN_IS_SUPPORTED)
add_subdirectory( cl_khr_external_semaphore )
endif()
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set(MODULE_NAME CL_EXT_BUFFER_DEVICE_ADDRESS)

set(${MODULE_NAME}_SOURCES
main.cpp buffer_device_address.cpp
)

include(../../CMakeCommon.txt)
Loading