code-intelligence.com/cifuzz@v0.40.0/pkg/messaging/instructions/cmake (about) 1 Enable fuzz testing in your CMake project by adding the following lines 2 to the top-level CMakeLists.txt before any add_subdirectory(...), 3 add_library(...) or add_executable(...) calls: 4 5 find_package(cifuzz NO_SYSTEM_ENVIRONMENT_PATH) 6 enable_fuzz_testing() 7