mirror of
https://github.com/openharmony/third_party_ejdb.git
synced 2026-07-01 04:52:25 -04:00
86b1d0e7f3
Signed-off-by: stesen <stesen.ma@huawei.com> Change-Id: Idd85e9f93d8c2fb983958db2c79c1cfdb6f75275
6 lines
377 B
CMake
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)
|