HMAC Auth - add openssl to cmake file for lib shared

This commit is contained in:
Simon Walton 2018-03-21 14:58:14 -07:00
parent eb04f77c3d
commit adbb2400ab

View file

@ -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)