feat: sailfishos port (initial)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user