Skip to content

Commit

Permalink
cmake: fix error
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.NiuZH <[email protected]>
  • Loading branch information
MRNIU committed Dec 4, 2024
1 parent fbd98d7 commit 1c3a10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/3rd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ endif ()

# https://git.savannah.gnu.org/git/grub.git
set(grub2_SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rd/grub2)
add_library(grub2 INTERFACE)
target_include_directories(grub2 INTERFACE
${grub2_SOURCE_DIR}/include
)
Expand Down

0 comments on commit 1c3a10c

Please sign in to comment.