# Fuzz corpus population is deferred; targets will be added later.
# Each fuzz target links cartan::cartan and uses -fsanitize=fuzzer

# Example pattern (uncomment when fuzz targets exist):
# add_executable(fuzz_so3_exp fuzz_so3_exp.cpp)
# target_link_libraries(fuzz_so3_exp PRIVATE cartan::cartan)
# target_compile_options(fuzz_so3_exp PRIVATE -fsanitize=fuzzer ${CARTAN_WARNING_FLAGS})
# target_link_options(fuzz_so3_exp PRIVATE -fsanitize=fuzzer)
