Skip to content

Commit 04e5f28

Browse files
committed
Link fuzz app against std::filesystem libraries
1 parent 3f496bd commit 04e5f28

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fuzz/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ macro(fuzzer name)
1616
COMPILE_FLAGS "-fsanitize=fuzzer"
1717
LINK_FLAGS "-fsanitize=fuzzer")
1818
endif()
19-
target_link_libraries(${name}
20-
PRIVATE
21-
exiv2lib
22-
)
19+
target_link_libraries(${name} PRIVATE exiv2lib std::filesystem)
2320
endmacro()
2421

2522
fuzzer(fuzz-read-print-write)

0 commit comments

Comments
 (0)