mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
Rename async to helio
This commit is contained in:
parent
38478cf069
commit
9c1b1e495d
4 changed files with 7 additions and 7 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "async"]
|
||||
path = async
|
||||
url = https://github.com/romange/async.git
|
||||
[submodule "helio"]
|
||||
path = helio
|
||||
url = https://github.com/romange/helio.git
|
||||
|
|
|
@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 17)
|
|||
|
||||
# We must define all the required variables from the root cmakefile, otherwise
|
||||
# they just disappear.
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/async/cmake" ${CMAKE_MODULE_PATH})
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/helio/cmake" ${CMAKE_MODULE_PATH})
|
||||
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
|
||||
|
||||
include(third_party)
|
||||
|
@ -21,7 +21,7 @@ include(internal)
|
|||
Message(STATUS "THIRD_PARTY_LIB_DIR ${THIRD_PARTY_LIB_DIR}")
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
include_directories(async)
|
||||
include_directories(helio)
|
||||
|
||||
add_subdirectory(async)
|
||||
add_subdirectory(helio)
|
||||
add_subdirectory(server)
|
||||
|
|
1
async
1
async
|
@ -1 +0,0 @@
|
|||
Subproject commit 39be1827d923881c662a684a215cb2dbba08d230
|
1
helio
Submodule
1
helio
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 29e247c00c2f10798c78044607436953fb22b384
|
Loading…
Reference in a new issue