Link fuzz app against std::filesystem libraries
This commit is contained in:
parent
3f496bd264
commit
04e5f282f9
@ -16,10 +16,7 @@ macro(fuzzer name)
|
|||||||
COMPILE_FLAGS "-fsanitize=fuzzer"
|
COMPILE_FLAGS "-fsanitize=fuzzer"
|
||||||
LINK_FLAGS "-fsanitize=fuzzer")
|
LINK_FLAGS "-fsanitize=fuzzer")
|
||||||
endif()
|
endif()
|
||||||
target_link_libraries(${name}
|
target_link_libraries(${name} PRIVATE exiv2lib std::filesystem)
|
||||||
PRIVATE
|
|
||||||
exiv2lib
|
|
||||||
)
|
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
fuzzer(fuzz-read-print-write)
|
fuzzer(fuzz-read-print-write)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user