Add zlib requirement
# Conflicts: # CMakeLists.txt
This commit is contained in:
parent
38b95057e9
commit
fe4e5522ed
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user