Skip to content

Commit

Permalink
Merge pull request #805 from CHIP-SPV/linter-cl-include
Browse files Browse the repository at this point in the history
Linter Fix include complaint
  • Loading branch information
pvelesko authored Mar 19, 2024
2 parents 0d557aa + 7bd16f1 commit b84fb29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ if(NOT DEFINED LevelZero_LIBRARY)
find_library(LevelZero_LIBRARY NAMES ze_loader PATHS ENV LD_LIBRARY_PATH NO_CACHE)
endif()

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)

if(LevelZero_LIBRARY)
get_filename_component(LevelZeroLib_DIR ${LevelZero_LIBRARY} DIRECTORY CACHE)
# Check if the library is in the system path
Expand Down

0 comments on commit b84fb29

Please sign in to comment.