restore stub cmake
This commit is contained in:
parent
4e8ebdef3a
commit
5e2d82b614
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
# stub
|
# stub
|
||||||
#ExternalProject_Add(stub
|
ExternalProject_Add(stub
|
||||||
# GIT_REPOSITORY https://github.com/coolxv/cpp-stub.git
|
GIT_REPOSITORY https://github.com/coolxv/cpp-stub.git
|
||||||
# GIT_SUBMODULES "src"
|
GIT_SUBMODULES "src"
|
||||||
# SOURCE_DIR "${CMAKE_CONTRIB_DIR}/cpp-stub"
|
SOURCE_DIR "${CMAKE_CONTRIB_DIR}/cpp-stub"
|
||||||
# BINARY_DIR "${CMAKE_CONTRIB_DIR}/cpp-stub/src"
|
BINARY_DIR "${CMAKE_CONTRIB_DIR}/cpp-stub/src"
|
||||||
# CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
# BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
# INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
# TEST_COMMAND ""
|
TEST_COMMAND ""
|
||||||
#)
|
)
|
||||||
|
|
Loading…
Reference in New Issue