This commit is contained in:
Cary Xu 2022-03-05 16:20:40 +08:00
parent f11d24031b
commit 80dadafc87
1 changed files with 10 additions and 10 deletions

View File

@ -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 ""
)