-
- Downloads
Add CMake format and linter (!89)
## What is the new feature Add a formatter for CMake files. And CI task for CMake formatting is also added. ## How is it implemented We use the opensource tool https://github.com/cheshirekow/cmake_format for formatting. Approved-by:Jonas Jucker <jonas.jucker@env.ethz.ch> Merged-by:
Jonas Jucker <jonas.jucker@env.ethz.ch> Changelog: feature
parent
01786a99
No related branches found
No related tags found
Showing
- .cmake-format.py 49 additions, 0 deletions.cmake-format.py
- .gitlab-ci.yml 17 additions, 4 deletions.gitlab-ci.yml
- CMakeLists.txt 42 additions, 52 deletionsCMakeLists.txt
- cmake/check_macro.cmake 19 additions, 19 deletionscmake/check_macro.cmake
- cmake/gtest_helper.cmake 20 additions, 6 deletionscmake/gtest_helper.cmake
- cmake/list_sources.cmake 21 additions, 10 deletionscmake/list_sources.cmake
- src/CMakeLists.txt 41 additions, 48 deletionssrc/CMakeLists.txt
- test/c/CMakeLists.txt 42 additions, 37 deletionstest/c/CMakeLists.txt
- test/fortran/CMakeLists.txt 6 additions, 6 deletionstest/fortran/CMakeLists.txt
Loading
Please register or sign in to comment