tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
148 stars 40 forks source link

I need your help with implementing your config folder on Ubantu #130

Open 925486270 opened 2 years ago

925486270 commented 2 years ago

image stion" tag. On Ubantu, I downloaded a lot of dependencies from your Dockfile. Execute runtest. I want to know if this builds successfully If successful, why only one Cpp file was generated image

tgockel commented 2 years ago

What is your expectation and how is the result different from those expectations? What commands did you run?

925486270 commented 2 years ago

I want to reference it in Qt as a server up and down function

tgockel commented 2 years ago

The CMake script for finding the ZooKeeper server classpath generates a CPP file per ZooKeeper library version, so it looks like it is working as intended. I'm not sure what you expect to happen here.