Misc: #49: Add CMake support
Add CMakeLists.txt to support building with CMake, as @pvanek requests. The old Makefile system and CPackConfig.cmake are still usable. (Of course, make sure you don't overwrite them by executing cmake.) There must be a bunch of bugs in CMakeLists.txt. :-) Let chjj decide which one he will choose, here I keep both.
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@ -13,11 +13,19 @@ missing
|
||||
stamp-h1
|
||||
compton
|
||||
*.o
|
||||
_CPack_Packages
|
||||
build
|
||||
build/
|
||||
|
||||
# CMake files
|
||||
compton-*.deb
|
||||
compton-*.rpm
|
||||
compton-*.tar.bz2
|
||||
release/
|
||||
_CPack_Packages/
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
*.cmake
|
||||
install_manifest.txt
|
||||
|
||||
|
||||
# Vim files
|
||||
.*.sw[a-z]
|
||||
|
Reference in New Issue
Block a user