Skip to content

Commit e5cf806

Browse files
committed
Adding CRT to the linkage
1 parent eeb910d commit e5cf806

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/aws-cpp-sdk-core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT LEGACY_BUILD)
1616
)
1717
target_link_libraries(
1818
aws-sdk-cpp-core
19-
aws-crt-cpp
19+
aws-crt-cpp aws-c-common aws-checksums
2020
${CJSON_LIBRARIES}
2121
${tinyxml2_LIBRARIES}
2222
)

src/aws-cpp-sdk-core/source/utils/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ add_subdirectory(xml)
1010

1111
target_sources(aws-sdk-cpp-core
1212
PRIVATE
13+
${CMAKE_CURRENT_SOURCE_DIR}/ARN.cpp
14+
${CMAKE_CURRENT_SOURCE_DIR}/Array.cpp
1315
${CMAKE_CURRENT_SOURCE_DIR}/DateTimeCommon.cpp
1416
${CMAKE_CURRENT_SOURCE_DIR}/Directory.cpp
1517
${CMAKE_CURRENT_SOURCE_DIR}/DNS.cpp

0 commit comments

Comments
 (0)