cmake: Add project_options tool
project_options enable neat features for developers, like applying flags
dynamically or enable/disabling features like:
- clang tidy
- sanitizers
- coverage
- and many others
SDK provides default warning flags we fetch via CMake module and apply it
using project_options.
The application links to project_options and project_warnings to apply
configuration.
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
Loading
Please register or sign in to comment