mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 03:56:11 +02:00
HMAC Auth - add openssl to cmake file for lib shared
This commit is contained in:
parent
eb04f77c3d
commit
adbb2400ab
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ set(TARGET_NAME shared)
|
|||
|
||||
# TODO: there isn't really a good reason to have Script linked here - let's get what is requiring it out (RegisteredMetaTypes.cpp)
|
||||
setup_hifi_library(Gui Network Script)
|
||||
include_directories(SYSTEM "${OPENSSL_INCLUDE_DIR}")
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(${TARGET_NAME} Wbemuuid.lib)
|
||||
|
|
Loading…
Reference in a new issue