mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
link to GnuTLS library from script-engine
This commit is contained in:
parent
16bb28a4fa
commit
11cce7640e
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ link_hifi_library(particles ${TARGET_NAME} "${ROOT_DIR}")
|
|||
|
||||
# link ZLIB
|
||||
find_package(ZLIB)
|
||||
include_directories("${ZLIB_INCLUDE_DIRS}")
|
||||
find_package(GnuTLS REQUIRED)
|
||||
include_directories(SYSTEM "${ZLIB_INCLUDE_DIRS}" "${GNUTLS_INCLUDE_DIRS}")
|
||||
|
||||
target_link_libraries(${TARGET_NAME} "${ZLIB_LIBRARIES}" Qt5::Widgets)
|
||||
target_link_libraries(${TARGET_NAME} "${ZLIB_LIBRARIES}" "${GNUTLS_LIBRARY}" Qt5::Widgets)
|
||||
|
|
Loading…
Reference in a new issue