Поддержка обновления в CMLib
This commit is contained in:
parent
9e9b2b40f7
commit
e327057bbb
@ -1 +1 @@
|
|||||||
Subproject commit 156d74f581cac0771f3c05411fd0d79f811afc55
|
Subproject commit aa267e4bfccc457525adc8b28b296b82339bc722
|
21
cmake/etc/Variables.cmake
Normal file
21
cmake/etc/Variables.cmake
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
set(ORGANIZATION_NAME "rtis")
|
||||||
|
|
||||||
|
set(CPACK_GENERATOR "TXZ;DEB")
|
||||||
|
set(CPACK_PACKAGE_CONTACT "Andrei Astafev <dev@246060.ru>")
|
||||||
|
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MyX library")
|
||||||
|
set(CPACK_DEBIAN_PACKAGE_SECTION "misc")
|
||||||
|
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
|
||||||
|
set(CPACK_SOURCE_IGNORE_FILES
|
||||||
|
.git/
|
||||||
|
obj.*/
|
||||||
|
build
|
||||||
|
files/var
|
||||||
|
debian/tmp/
|
||||||
|
debian/files
|
||||||
|
debian/.*\\\\.log$
|
||||||
|
debian/.*.substvars
|
||||||
|
debian/stamp.*
|
||||||
|
CMakeLists.txt.user
|
||||||
|
cmake/lib/.git$
|
||||||
|
~$
|
||||||
|
\\\\..*\\\\.swp$)
|
@ -1,13 +0,0 @@
|
|||||||
.git/
|
|
||||||
obj.*/
|
|
||||||
build
|
|
||||||
files/var
|
|
||||||
debian/tmp/
|
|
||||||
debian/files
|
|
||||||
debian/.*\\\\.log$
|
|
||||||
debian/.*.substvars
|
|
||||||
debian/stamp.*
|
|
||||||
CMakeLists.txt.user
|
|
||||||
cmake/lib/.git$
|
|
||||||
~$
|
|
||||||
\\\\..*\\\\.swp$
|
|
@ -1 +0,0 @@
|
|||||||
RTIS
|
|
Loading…
Reference in New Issue
Block a user