Files
third_party_ejdb/installer/fetch_libs.cmake
T
stesen 86b1d0e7f3 Description:[feature] add ejdb
Signed-off-by: stesen <stesen.ma@huawei.com>
Change-Id: Idd85e9f93d8c2fb983958db2c79c1cfdb6f75275
2021-08-18 22:07:30 +08:00

6 lines
377 B
CMake

message("DOWNLOAD https://github.com/Softmotions/facil.io/archive/master.zip")
file(DOWNLOAD https://github.com/Softmotions/facil.io/archive/master.zip ${CMAKE_CURRENT_BINARY_DIR}/facil.zip)
message("DOWNLOAD https://github.com/Softmotions/iowow/archive/master.zip")
file(DOWNLOAD https://github.com/Softmotions/iowow/archive/master.zip ${CMAKE_CURRENT_BINARY_DIR}/iowow.zip)