iggy-rs / iggy-cpp-client

Official, lightweight C++ client SDK for Iggy.rs message streaming.
MIT License
8 stars 2 forks source link

Improve separation between SDK and GoogleTest CMake configuration #12 #14

Closed 0xg0nz0 closed 9 months ago

0xg0nz0 commented 9 months ago

Broke out all unit testing and API doc generation code into sub-directories and switched to using presets. Since it's simpler to run now, also cleaned up the CI workflow to take advantage of the new setup.

12