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