llvm-project/libc/fuzzing/string/CMakeLists.txt

8 lines
81 B
CMake

add_libc_fuzzer(
strcpy_fuzz
SRCS
strcpy_fuzz.cpp
DEPENDS
strcpy
)