Поддержка обновления в CMLib

This commit is contained in:
Andrei Astafev 2019-10-16 19:13:52 +03:00
parent 9e9b2b40f7
commit e327057bbb
4 changed files with 22 additions and 15 deletions

@ -1 +1 @@
Subproject commit 156d74f581cac0771f3c05411fd0d79f811afc55
Subproject commit aa267e4bfccc457525adc8b28b296b82339bc722

21
cmake/etc/Variables.cmake Normal file
View 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$)

View File

@ -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$

View File

@ -1 +0,0 @@
RTIS