Misc: #49: Add CPack configuration
Add CPackConfig.cmake for generating binary packages (.tar.bz2, .deb, .rpm) automatically. Pretty ugly, but mostly working. CPackSourceConfig.cmake isn't ready yet.
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
# Build files
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.h
|
||||
@ -14,14 +13,17 @@ missing
|
||||
stamp-h1
|
||||
compton
|
||||
*.o
|
||||
*~
|
||||
core
|
||||
_CPack_Packages
|
||||
build
|
||||
compton-*.deb
|
||||
compton-*.rpm
|
||||
compton-*.tar.bz2
|
||||
|
||||
# Vim files
|
||||
.*.sw[a-z]
|
||||
*~
|
||||
|
||||
# oprofile files
|
||||
# Misc files
|
||||
core
|
||||
oprofile_data
|
||||
|
||||
# clang files
|
||||
compton.plist
|
||||
|
Reference in New Issue
Block a user