Skip to content

Commit eeb910d

Browse files
committed
Extracting TinyXML2 as external dependency
1 parent f92b612 commit eeb910d

File tree

4 files changed

+2311
-2268
lines changed

4 files changed

+2311
-2268
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ if (NOT LEGACY_BUILD)
66
aws-sdk-cpp-core
77
PUBLIC ${aws-crt-cpp_INCLUDE_DIRS}
88
PUBLIC ${CJSON_INCLUDE_DIRS}
9+
PUBLIC ${tinyxml2_INCLUDE_DIRS}
910
)
1011
target_link_directories(
1112
aws-sdk-cpp-core
1213
PUBLIC ${aws-crt-cpp_LIB_DIRS}
1314
PUBLIC ${CJSON_LIBRARY_DIRS}
15+
PUBLIC ${tinyxml2_LIBRARY_DIRS}
1416
)
1517
target_link_libraries(
1618
aws-sdk-cpp-core
1719
aws-crt-cpp
1820
${CJSON_LIBRARIES}
21+
${tinyxml2_LIBRARIES}
1922
)
2023
add_subdirectory(include)
2124
add_subdirectory(source)

0 commit comments

Comments
 (0)