Подключение CMLib
This commit is contained in:
parent
81cb597842
commit
7cb287e8f9
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "cmake/cmlib"]
|
||||
path = cmake/cmlib
|
||||
url = ../../root/cmlib
|
@ -5,3 +5,11 @@ cmake_policy(VERSION 3.0.2..3.7)
|
||||
# Название проекта
|
||||
project(cmex)
|
||||
|
||||
if(IS_DIRECTORY ${CMAKE_SOURCE_DIR}/cmake/cmlib)
|
||||
list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/cmlib)
|
||||
else()
|
||||
message(FATAL_ERROR "CMake library directory not exists")
|
||||
endif()
|
||||
|
||||
include(CMLibCommon)
|
||||
|
||||
|
1
cmake/cmlib
Submodule
1
cmake/cmlib
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6e5e08aac02b2b9dce71265e9aff85e758cd3648
|
14
cmake/etc/cpack_ignore.txt
Normal file
14
cmake/etc/cpack_ignore.txt
Normal file
@ -0,0 +1,14 @@
|
||||
.pc/
|
||||
.git/
|
||||
obj.*/
|
||||
build
|
||||
files/var
|
||||
debian/tmp/
|
||||
debian/files
|
||||
debian/.*\\\\.log$
|
||||
debian/.*.substvars
|
||||
debian/stamp.*
|
||||
CMakeLists.txt.user
|
||||
cmake/lib/.git$
|
||||
~$
|
||||
\\\\..*\\\\.swp$
|
1
cmake/etc/organization.txt
Normal file
1
cmake/etc/organization.txt
Normal file
@ -0,0 +1 @@
|
||||
org
|
1
cmake/etc/version.txt
Normal file
1
cmake/etc/version.txt
Normal file
@ -0,0 +1 @@
|
||||
0.1.1
|
Loading…
Reference in New Issue
Block a user