First steps to move from Make to CMake.
This commit is contained in:
parent
2875fc6187
commit
8a6cdbd267
5 changed files with 22 additions and 15 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
bin/
|
||||
local/
|
||||
spacetray
|
||||
*~
|
||||
|
|
@ -5,6 +6,9 @@ spacetray
|
|||
# CLion
|
||||
.idea/
|
||||
|
||||
# CMake
|
||||
cmake-build-debug/
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue