Some work on omemo handler, NOT DONE, BUILD FAILS!

This commit is contained in:
Blue 2022-12-15 02:08:08 +03:00
parent 820dc845ea
commit 0b61b6e928
Signed by: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 187 additions and 12 deletions

View file

@ -147,7 +147,13 @@ else ()
endif ()
## LMDB
find_package(LMDB REQUIRED)
#find_package(LMDB REQUIRED)
#TODO conditioning!
add_subdirectory(external/storage)
target_include_directories(squawk PRIVATE external/storage)
target_link_libraries(squawk PRIVATE storage)
# Linking
target_link_libraries(squawk