Skip to content

Commit dc96d37

Browse files
authored
readd commpression and sdkutils (#3096)
1 parent 3f95a70 commit dc96d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ if (LEGACY_BUILD)
250250
aws_use_package(aws-checksums)
251251
aws_use_package(aws-c-event-stream)
252252
aws_use_package(aws-c-s3)
253+
aws_use_package(aws-c-compression)
254+
aws_use_package(aws-c-sdkutils)
253255
set(AWS_COMMON_RUNTIME_LIBS ${DEP_AWS_LIBS})
254256

255257
include(compiler_settings)

0 commit comments

Comments
 (0)