feat: sailfishos port (initial)

This commit is contained in:
Czarek Nakamoto
2024-02-28 07:34:26 +01:00
parent 4cc54124d0
commit 06c7a260e0
4 changed files with 63 additions and 13 deletions
+2 -2
View File
@@ -25,11 +25,11 @@ set_target_properties(sodium PROPERTIES IMPORTED_LOCATION
add_library(crypto STATIC IMPORTED)
set_target_properties(crypto PROPERTIES IMPORTED_LOCATION
${EXTERNAL_LIBS_DIR}/prefix/lib/libcrypto.a)
${EXTERNAL_LIBS_DIR}/prefix/openssl/lib/libcrypto.a)
add_library(ssl STATIC IMPORTED)
set_target_properties(ssl PROPERTIES IMPORTED_LOCATION
${EXTERNAL_LIBS_DIR}/prefix/lib/libssl.a)
${EXTERNAL_LIBS_DIR}/prefix/openssl/lib/libssl.a)
############
# Boost