eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
996 stars 236 forks source link

CMake targets are missing usage requirements #460

Closed JosiahWI closed 1 year ago

JosiahWI commented 1 year ago

The CMake targets are missing include directories, so they can't be used in other projects with target_link_libraries. See initial report in #458.