mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 18:52:33 +02:00
don't quote linked ZLIB and OpenSSL libs for interface
This commit is contained in:
parent
0dfbc8b8ba
commit
2badf9ab1a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ include_directories("${PROJECT_SOURCE_DIR}/src" "${PROJECT_BINARY_DIR}/includes"
|
|||
include_directories("${OPENSSL_INCLUDE_DIR}")
|
||||
|
||||
target_link_libraries(
|
||||
${TARGET_NAME} "${ZLIB_LIBRARIES}" "${OPENSSL_LIBRARIES}"
|
||||
${TARGET_NAME} ${ZLIB_LIBRARIES} ${OPENSSL_LIBRARIES}
|
||||
Qt5::Gui Qt5::Network Qt5::Multimedia Qt5::OpenGL Qt5::Script Qt5::Svg Qt5::WebKitWidgets
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue