CMake library for configuring compiler options, sanitizers, and packaging
project_options is a CMake library that provides functions and modules to configure compiler warnings, optimizations, sanitizers, static analysis, documentation, packaging, and other build-time options for C and C++ projects. It includes helpers for dependency workflows and package export and supports CI and container integration. Suited for libraries and applications seeking reproducible, configurable builds.
0