Skip to content

Commit

Permalink
added zlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juli-p committed Jan 16, 2024
1 parent 21390fe commit f4df395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ endif()
# vcpkg packages
find_path(UWEBSOCKETS_INCLUDE_DIRS "uwebsockets/App.h" REQUIRED)
find_library(LIBUSOCKETS_LIB libuSockets.a REQUIRED)
find_package(ZLIB REQUIRED)

# needed for the quantum-computing part
find_package(Python COMPONENTS Interpreter Development)
Expand Down
1 change: 1 addition & 0 deletions test/model/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ target_link_libraries(realtime_scores
boost_filesystem
igraph
${LIBUSOCKETS_LIB}
${ZLIB_LIBRARIES}
)
target_include_directories(realtime_scores
PRIVATE ${UWEBSOCKETS_INCLUDE_DIRS}
Expand Down

0 comments on commit f4df395

Please sign in to comment.