Поддержка обновления в CMLib
This commit is contained in:
Submodule cmake/cmlib updated: 156d74f581...aa267e4bfc
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
|
|
Reference in New Issue
Block a user