Add zlib requirement

# Conflicts:
#	CMakeLists.txt
This commit is contained in:
Jason C. Wenger 2020-05-10 12:12:59 -10:00
parent 38b95057e9
commit fe4e5522ed

View File

@ -34,6 +34,7 @@ find_package(Protobuf REQUIRED)
find_package(OpenSSL REQUIRED)
find_package(rtaudio REQUIRED)
find_package(aasdk REQUIRED)
find_package(ZLIB REQUIRED)
if(WIN32)
set(WINSOCK2_LIBRARIES "ws2_32")
@ -78,6 +79,7 @@ target_link_libraries(autoapp aasdk
${Qt5Bluetooth_LIBRARIES}
${LIBUSB_1_LIBRARIES}
${PROTOBUF_LIBRARIES}
${ZLIB_LIBRARIES}
${BCM_HOST_LIBRARIES}
${ILCLIENT_LIBRARIES}
${WINSOCK2_LIBRARIES}