First steps to move from Make to CMake.

This commit is contained in:
Johannes Findeisen 2023-11-02 02:05:55 +01:00
commit 8a6cdbd267
5 changed files with 22 additions and 15 deletions

4
.gitignore vendored
View file

@ -1,3 +1,4 @@
bin/
local/
spacetray
*~
@ -5,6 +6,9 @@ spacetray
# CLion
.idea/
# CMake
cmake-build-debug/
# Prerequisites
*.d