Trying to build a simple kinesis client app using aws-sdk-cpp
尝试使用aws-sdk-cpp构建一个简单的kinesis客户端应用程序
The problem is that no one seems (not even the AWS website nudge) to have simple examples on kinesis with simple barebones example CMakeLists.txt for kinesis. On top of that, its either that the CMakeList.txt is up to date but is too blown out of proportion OR the CMakeLists.txt is not up to date and I end up getting errors.
问题是,似乎没有人(甚至不是AWS网站推动)在kinesis上使用简单的准系统示例CMakeLists.txt进行kinesis的简单示例。最重要的是,要么CMakeList.txt是最新的,但是太过分了,或者CMakeLists.txt不是最新的,我最终得到错误。
Could someone provide a simple barebones CMakeList.txt example for the Threadpool example on the AWS website:
有人可以为AWS网站上的Threadpool示例提供一个简单的准系统CMakeList.txt示例:
https://aws.amazon.com/blogs/developer/category/cpp/?nc1=f_ls
OS: OSX Sierra 10.12.3 cmake version 3.9.4
操作系统:OSX Sierra 10.12.3 cmake版本3.9.4
NOTE: source code structure would be organized as ./source ./model ./build, etc.
注意:源代码结构将组织为./source ./model ./build等。
Any help whatsoever is greatly appreciated. Thx
任何帮助都非常感谢。谢谢
1 个解决方案
#1
0
So after carefully going and siftig through different documentation I was able to piece together a working CMakeList.txt file. Disregard question
因此,在仔细阅读并通过不同的文档后,我能够拼凑出一个有效的CMakeList.txt文件。无视问题