In progress...

This commit is contained in:
Kolan Sh 2016-05-13 00:58:39 +03:00
parent 66d6fae6ad
commit 8c46eb2b8d
3 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule "object-example"]
path = object-example
url = git@git.backbone.ws:laview/object-example.git
[submodule "cmake/backbone"]
path = cmake/backbone
url = git@git.backbone.ws:cmake/backbone.git

View File

@ -3,5 +3,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
INCLUDE (ExternalProject)
ExternalProject_Add (core
SOURCE_DIR ../core
SOURCE_DIR ${CMAKE_SOURCE_DIR}/core
)
INCLUDE (CPackCommonRules)

1
cmake/backbone Submodule

@ -0,0 +1 @@
Subproject commit e94a91ba7e5e1ef21b2040e1cacb957100d435be