In progress...
This commit is contained in:
parent
66d6fae6ad
commit
8c46eb2b8d
|
@ -13,3 +13,6 @@
|
||||||
[submodule "object-example"]
|
[submodule "object-example"]
|
||||||
path = object-example
|
path = object-example
|
||||||
url = git@git.backbone.ws:laview/object-example.git
|
url = git@git.backbone.ws:laview/object-example.git
|
||||||
|
[submodule "cmake/backbone"]
|
||||||
|
path = cmake/backbone
|
||||||
|
url = git@git.backbone.ws:cmake/backbone.git
|
||||||
|
|
|
@ -3,5 +3,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
|
||||||
INCLUDE (ExternalProject)
|
INCLUDE (ExternalProject)
|
||||||
|
|
||||||
ExternalProject_Add (core
|
ExternalProject_Add (core
|
||||||
SOURCE_DIR ../core
|
SOURCE_DIR ${CMAKE_SOURCE_DIR}/core
|
||||||
)
|
)
|
||||||
|
|
||||||
|
INCLUDE (CPackCommonRules)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e94a91ba7e5e1ef21b2040e1cacb957100d435be
|
Loading…
Reference in New Issue