feat(Api): Implemented SCUI Api (#712)

* feat(Api): Async joining via rid joiner
* feat(cmake): disable cpr tests

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
This commit is contained in:
Bugisoft
2022-12-17 17:24:45 +01:00
committed by GitHub
parent 808878ea63
commit ac94dd5311
9 changed files with 148 additions and 4 deletions

11
scripts/cpr.cmake Normal file
View File

@ -0,0 +1,11 @@
include(FetchContent)
set(BUILD_CPR_TESTS OFF CACHE INTERNAL "")
FetchContent_Declare(
cpr
GIT_REPOSITORY https://github.com/libcpr/cpr.git
GIT_TAG 1986262ba4e0cb052161e9e7919aef5ef08217f0
GIT_PROGRESS TRUE
)
message("cpr")
FetchContent_MakeAvailable(cpr)