mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
7 lines
181 B
CMake
7 lines
181 B
CMake
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=fuzzer")
|
|
add_custom_target(libc-fuzzer)
|
|
add_dependencies(check-libc libc-fuzzer)
|
|
|
|
add_subdirectory(math)
|
|
add_subdirectory(string)
|