eBay / NuRaft

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

Add missing alias targets to CMakeLists #461

Closed JosiahWI closed 1 year ago

JosiahWI commented 1 year ago

This makes usage consistent. NuRaft::target_name will always work regardless of whether NuRaft was set up as a subdirectory or loaded from a config.

Fixes #459.