Add CMake project

This commit is contained in:
Marius Greuel
2021-12-20 17:50:42 +01:00
parent 868895e2e0
commit fbdb6a98c0
5 changed files with 598 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
root = true
[{CMakeLists.txt,*.cmake}]
charset = utf-8
tab_width = 4
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[{bootstrap,configure.ac,avrdude.spec.in,Makefile.am}]
charset = utf-8
tab_width = 4