mirror of https://github.com/google/oss-fuzz.git
[qpid-proton] Undo change to comment during migration (#2361)
This commit is contained in:
parent
3049c50d48
commit
5217d8efb4
|
@ -25,7 +25,7 @@ index b4470d59..211252c4 100644
|
|||
+ set(FUZZING_QPID_PROTON_CORE_LIBRARY qpid-proton-core)
|
||||
+ endif()
|
||||
+ target_link_libraries (${test} ${FUZZING_QPID_PROTON_CORE_LIBRARY} ${FUZZING_LIBRARY})
|
||||
+ # $LIB_FUZZING_ENGINE is a C++ library, which needs c++ std lib
|
||||
+ # -lFuzzingEngine is a C++ library, which needs c++ std lib
|
||||
+ set_target_properties(${test} PROPERTIES LINKER_LANGUAGE CXX)
|
||||
+
|
||||
list(APPEND fuzz_test_src ${ARGN})
|
||||
|
|
Loading…
Reference in New Issue