Vendor aws-sdk-cpp, CMake, Issues #3424
Unanswered
ccaa-games
asked this question in
Q&A
Replies: 1 comment
-
what do you exactly mean in this context? are you trying to consume it via git submodules? via a installed executable? via cmake fetch cotent? Is there a minimal reproducible example you can create that doesnt work but you think i it should? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I properly vendor the aws-sdk-cpp? I've tried several different versions of the following code, but I just can't get it to work.
Root CMakeLists.txt
Project A CMakeLists
target_link_libraries(${PROJECT_NAME} aws-sdk-cpp-core aws-sdk-cpp-ec2 ... )
Toolchain: MSVC
Beta Was this translation helpful? Give feedback.
All reactions