fix OneOF target name

This commit is contained in:
Alex Groce 2018-07-30 21:22:29 -07:00
parent 1aef3fd325
commit 2ceaa1173d

View File

@ -20,7 +20,7 @@ add_executable(OneOf OneOf.cpp)
target_link_libraries(OneOf deepstate)
if (BUILD_LIBFUZZER)
add_executable(OneOfLF OneOf.cpp)
add_executable(OneOf_LF OneOf.cpp)
target_link_libraries(OneOf_LF deepstate_LF)
set_target_properties(OneOf_LF PROPERTIES COMPILE_DEFINITIONS "LIBFUZZER")
endif()