Skip to content

Commit

Permalink
Add missing ze_loader dependency to ze_intel_vpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jwludzik committed Nov 16, 2023
1 parent 0932495 commit ced4d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umd/level_zero_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ add_compile_definitions(
VPU_VERSION_BUILD=${VPU_VERSION_BUILD})

add_library(${TARGET_NAME_L0} SHARED)
add_dependencies(${TARGET_NAME_L0} ze_loader)

target_link_libraries(${TARGET_NAME_L0}
vpu_driver
Expand Down

0 comments on commit ced4d61

Please sign in to comment.