Rename async to helio
This commit is contained in:
parent
38478cf069
commit
9c1b1e495d
|
@ -1,3 +1,3 @@
|
||||||
[submodule "async"]
|
[submodule "helio"]
|
||||||
path = async
|
path = helio
|
||||||
url = https://github.com/romange/async.git
|
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
|
# We must define all the required variables from the root cmakefile, otherwise
|
||||||
# they just disappear.
|
# 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)
|
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
|
||||||
|
|
||||||
include(third_party)
|
include(third_party)
|
||||||
|
@ -21,7 +21,7 @@ include(internal)
|
||||||
Message(STATUS "THIRD_PARTY_LIB_DIR ${THIRD_PARTY_LIB_DIR}")
|
Message(STATUS "THIRD_PARTY_LIB_DIR ${THIRD_PARTY_LIB_DIR}")
|
||||||
|
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
include_directories(async)
|
include_directories(helio)
|
||||||
|
|
||||||
add_subdirectory(async)
|
add_subdirectory(helio)
|
||||||
add_subdirectory(server)
|
add_subdirectory(server)
|
||||||
|
|
1
async
1
async
|
@ -1 +0,0 @@
|
||||||
Subproject commit 39be1827d923881c662a684a215cb2dbba08d230
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 29e247c00c2f10798c78044607436953fb22b384
|
Loading…
Reference in New Issue