diff --git a/cmake/build/Hardening.cmake b/cmake/build/Hardening.cmake new file mode 100644 index 0000000..cd1d9b1 --- /dev/null +++ b/cmake/build/Hardening.cmake @@ -0,0 +1,154 @@ +#[[ +Hardening is a CMake module that provides a set of functions to harden CMake projects against common vulnerabilities. + +References: + +- +-