|
@@ -138,7 +138,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-access-management
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### CognitoIdentity ####
|
|
@@ -148,7 +149,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-cognito-identity
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### CognitoIdp ####
|
|
@@ -158,7 +160,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-cognito-idp
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### DeviceFarm ####
|
|
@@ -168,7 +171,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-devicefarm
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### DynamoDB ####
|
|
@@ -178,7 +182,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-dynamodb
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### GameLift ####
|
|
@@ -188,7 +193,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-gamelift
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### IdentityManagement ####
|
|
@@ -198,7 +204,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-identity-management
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### Kinesis ####
|
|
@@ -208,7 +215,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-kinesis
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### Lambda ####
|
|
@@ -218,7 +226,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-lambda
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### MobileAnalytics ####
|
|
@@ -228,7 +237,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-mobileanalytics
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### Queues ####
|
|
@@ -238,7 +248,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-queues
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### S3 ####
|
|
@@ -248,7 +259,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-s3
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### SNS ####
|
|
@@ -258,7 +270,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-sns
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### SQS ####
|
|
@@ -268,7 +281,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-sqs
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### STS ####
|
|
@@ -278,7 +292,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-sts
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
#### Transfer ####
|
|
@@ -288,7 +303,8 @@ ly_declare_aws_library(
|
|
|
LIB_FILE
|
|
|
aws-cpp-sdk-transfer
|
|
|
BUILD_DEPENDENCIES
|
|
|
- 3rdParty::AWSNativeSDK::Core
|
|
|
+ # Even though AWS Core is a sibling module, make sure it's linked in first because this module depends on it.
|
|
|
+ 3rdParty::AWSNativeSDK::Core
|
|
|
)
|
|
|
|
|
|
|