proper link
This commit is contained in:
@@ -22,6 +22,7 @@ target_link_libraries(OneOf deepstate)
|
||||
if (BUILD_LIBFUZZER)
|
||||
add_executable(OneOf_LF OneOf.cpp)
|
||||
target_link_libraries(OneOf_LF deepstate_LF)
|
||||
target_link_libraries (OneOf_LF "-fsanitize=fuzzer")
|
||||
set_target_properties(OneOf_LF PROPERTIES COMPILE_DEFINITIONS "LIBFUZZER")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user