Rename async to helio

This commit is contained in:
Roman Gershman 2021-11-18 17:14:05 +02:00
parent 38478cf069
commit 9c1b1e495d
4 changed files with 7 additions and 7 deletions

6
.gitmodules vendored
View File

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

View File

@ -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 +0,0 @@
Subproject commit 39be1827d923881c662a684a215cb2dbba08d230

1
helio Submodule

@ -0,0 +1 @@
Subproject commit 29e247c00c2f10798c78044607436953fb22b384