Skip to content

Commit

Permalink
Try to fix build of fuzz tester
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Aug 5, 2023
1 parent 7bd6c9c commit 11ec954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzz_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ find_package(fmt)
add_executable(fuzz_tester fuzz_tester.cpp)
target_link_libraries(
fuzz_tester
PRIVATE project_options
project_warnings
PRIVATE lefticus_tools_options
lefticus_tools_warnings
fmt::fmt
-coverage
-fsanitize=fuzzer,undefined,address)
Expand Down

0 comments on commit 11ec954

Please sign in to comment.