Move OLM to sdk

This commit is contained in:
timoreo 2023-12-10 19:58:05 +01:00
parent 7db86c310a
commit 4955bbaa29
Signed by: timoreo
GPG key ID: 121A72C3512BA288
4 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View file

@ -1,9 +1,6 @@
[submodule "quirc"]
path = quirc
url = https://gitea.ahur.ac/timoreo/quirc.git
[submodule "olm"]
path = olm
url = https://gitea.ahur.ac/timoreo/olm.git
[submodule "matrix-3ds-sdk"]
path = matrix-3ds-sdk
url = https://gitea.ahur.ac/timoreo/matrix-3ds-sdk.git

View file

@ -6,7 +6,6 @@ enable_language(ASM)
add_compile_options(-O2 -Wall -Wextra -pedantic -Wno-unused-parameter)
add_subdirectory(matrix-3ds-sdk)
add_subdirectory(olm)
add_executable(matrix-3ds-client src/main.cpp)
find_package(PkgConfig REQUIRED)
pkg_check_modules(jansson REQUIRED IMPORTED_TARGET jansson)

@ -1 +1 @@
Subproject commit 8150c15e8ca4f25ca87a9f2549abc2bf77450a29
Subproject commit c671cd464c2ac29538572a4257b5d1fe91f4cd2d

1
olm

@ -1 +0,0 @@
Subproject commit cb3fe622ae742674436e361bdefe534d300ced47