compile the right file

This commit is contained in:
Alex Groce
2018-07-30 21:57:10 -07:00
parent 805e5026ea
commit b25efe48a6
+1 -1
View File
@@ -72,7 +72,7 @@ if (BUILD_LIBFUZZER)
target_link_libraries (IntegerOverflow_LF "-fsanitize=fuzzer")
set_target_properties(IntegerOverflow_LF PROPERTIES COMPILE_DEFINITIONS "LIBFUZZER")
add_executable(IntegerOverflow_Addition_LF IntegerArithmetic.cpp)
add_executable(IntegerOverflow_Addition_LF IntegerOverflow.cpp)
target_link_libraries(IntegerOverflow_Addition_LF deepstate_LF)
target_link_libraries (IntegerOverflow_Addition_LF "-fsanitize=fuzzer")
set_target_properties(IntegerOverflow_Addition_LF PROPERTIES COMPILE_DEFINITIONS