add 'check' target to cmake to invoke analysis checks
It is a hassle to invoke multiple targets each time that you want to check if your code meets the standards.
Target should call:
- line_limit
- regex_check
- flawfinder
- clang-format
It is a hassle to invoke multiple targets each time that you want to check if your code meets the standards.
Target should call: