Skip to content

Commit c791b8b

Browse files
authored
Merge pull request #895 from callumfare/l0_adapter_image_cpp
[L0] Add missing image.cpp source file to the adapter
2 parents ed395be + 8a10921 commit c791b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adapters/level_zero/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ add_ur_adapter(${TARGET_NAME}
101101
${CMAKE_CURRENT_SOURCE_DIR}/program.cpp
102102
${CMAKE_CURRENT_SOURCE_DIR}/queue.cpp
103103
${CMAKE_CURRENT_SOURCE_DIR}/sampler.cpp
104+
${CMAKE_CURRENT_SOURCE_DIR}/image.cpp
104105
${CMAKE_CURRENT_SOURCE_DIR}/../../ur/ur.cpp
105106
)
106107

0 commit comments

Comments
 (0)