danieljoos / libkafka-asio

C++ Kafka Client Library using Boost Asio
MIT License
76 stars 40 forks source link

need cmake build file for win10 without gtest #27

Closed meir100 closed 6 years ago

meir100 commented 6 years ago

can the library manager create cmake file without gtest, as cmake-win cannot find this libraries,and the project isn't created.

danieljoos commented 6 years ago

The library does not require any build. It is header-only. The existing CMakeLists are only used to compile the tests and examples. If you want to use the library it is enough to add the lib directory as include directory.