Skip to content

Commit

Permalink
Fix lib dependency in zebinlib
Browse files Browse the repository at this point in the history
Fix lib dependency in zebinlib which was exposed when zebinlib
was added as dependency in other project
  • Loading branch information
priyankarp authored and igcbot committed Jun 20, 2023
1 parent ec4a871 commit d38dc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/ZEBinWriter/zebin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
add_subdirectory ("source")
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/source")
add_library(zebinlib STATIC ${ZE_INFO_SOURCE_FILE} ${ZE_INFO_INCLUDE_FILE})

add_dependencies(zebinlib intrinsics_gen)

set(ZEBIN_INCLUDE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/source/autogen")

Expand Down

0 comments on commit d38dc66

Please sign in to comment.