Skip to content

Commit

Permalink
Added AWS to the Qserv CMake dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iagaponenko committed Sep 25, 2024
1 parent ca6abdf commit 22c5d2b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ find_package(pybind11 REQUIRED)
find_package(Threads REQUIRED)
find_package(XRootD REQUIRED)
find_package(httplib REQUIRED)
find_package(aws-c-auth REQUIRED)
find_package(aws-c-cal REQUIRED)
find_package(aws-c-common REQUIRED)
find_package(aws-c-compression REQUIRED)
find_package(aws-c-event-stream REQUIRED)
find_package(aws-c-http REQUIRED)
find_package(aws-c-io REQUIRED)
find_package(aws-c-mqtt REQUIRED)
find_package(aws-c-s3 REQUIRED)
find_package(aws-c-sdkutils REQUIRED)
find_package(aws-checksums REQUIRED)
find_package(aws-crt-cpp REQUIRED)

add_compile_options(-Og -g -Wall -Wextra -Wno-unused-parameter)
add_compile_definitions(BOOST_TEST_DYN_LINK=1)
Expand Down

0 comments on commit 22c5d2b

Please sign in to comment.