Skip to content

Commit

Permalink
Update g10 fuzzer with Botan include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Jul 25, 2024
1 parent c5f6c60 commit 1fdc99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fuzzing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ target_include_directories(fuzz_keyring_g10
PRIVATE
"${PROJECT_SOURCE_DIR}/src"
"${PROJECT_SOURCE_DIR}/src/lib"
"${BOTAN_INCLUDE_DIRS}"
)

target_link_libraries(fuzz_keyring_g10
Expand Down

0 comments on commit 1fdc99c

Please sign in to comment.