1set(CMAKE_CXX_FLAGS ${CXX_FLAGS_NOFUZZ})2add_clang_executable(clang-fuzzer-dictionary3 dictionary.c4 )5 6