Skip to content

Commit

Permalink
install: bundle libssl and libcrypto dlls for Win
Browse files Browse the repository at this point in the history
  • Loading branch information
khrynczenko committed Nov 8, 2022
1 parent 7165605 commit bd8179d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ if(WIN32)
)
install(TARGETS Foundation Data DataSQLite Net RUNTIME
DESTINATION ".")
install(FILES
${OPENSSL_INCLUDE_DIR}/../libssl-1_1-x64.dll
DESTINATION "."
)
install(FILES
${OPENSSL_INCLUDE_DIR}/../libcrypto-1_1-x64.dll
DESTINATION "."
)
install(FILES
"${BASS_INSTALL_LIB}"
DESTINATION ".")
Expand Down

0 comments on commit bd8179d

Please sign in to comment.