Skip to content

Commit

Permalink
build with internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Mar 4, 2023
1 parent 85740e9 commit bcf9837
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion backend/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ if(NOT OPENSSL_FOUND)
set(OPENSSL_CRYPTO_LIBRARY crypto)
set(OPENSSL_INCLUDE_DIR "${openssl_BINARY_DIR}/include" "${openssl_BINARY_DIR}")
set(OPENSSL_FOUND ON)
export(TARGETS crypto ssl FILE FindOpenSSL.cmake)
add_library(OpenSSL::Crypto ALIAS crypto)
add_library(OpenSSL::SSL ALIAS ssl)
message(STATUS "Build OpenSSL: ${openssl_BINARY_DIR}")
list(APPEND noson_DEPENDENCIES crypto ssl)
list(APPEND noson_DEPENDENCIES ${OPENSSL_CRYPTO_LIBRARY} ${OPENSSL_SSL_LIBRARY})
endif()

# Provides dependency FLAC
Expand Down
2 changes: 1 addition & 1 deletion backend/lib/noson
Submodule noson updated 1 files
+3 −3 noson/CMakeLists.txt
Binary file modified backend/lib/noson-2.10.1.tar.gz
Binary file not shown.

0 comments on commit bcf9837

Please sign in to comment.