mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:41:36 +08:00
6 lines
270 B
Plaintext
6 lines
270 B
Plaintext
|
The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
|
||
|
|
||
|
find_package(AWSSDK CONFIG COMPONENTS core dynamodb kinesis s3 REQUIRED)
|
||
|
target_include_directories(main PRVATE ${AWSSDK_INCLUDE_DIRS})
|
||
|
target_link_libraries(main PRIVATE ${AWSSDK_LIBRARIES})
|