aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libfuzzer/.yandex_meta/cmake-afl.patch
blob: 4e9edc747d4d648001273e3b9a70c24e8fb24e84 (plain) (blame)
1
2
3
4
5
6
7
8
--- a/lib/fuzzer/CMakeLists.txt
+++ b/lib/fuzzer/CMakeLists.txt
@@ -143,3 +143,5 @@ endif()
 if(COMPILER_RT_INCLUDE_TESTS)
   add_subdirectory(tests)
 endif()
+
+add_library(fuzzer-afl afl/afl_driver.cpp)