bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.04k stars 203 forks source link

zenfs: Get zenfs files from zenfs CMakeLists.txt if possible #244

Closed jsvaerke closed 2 years ago

jsvaerke commented 2 years ago

ZenFS may provide a CMakeLists.txt file describing the source files required to build ZenFS. If present, use that instead of hard-coded source file names, when building with ZenFS. If no CMakeLists.txt file is provided by ZenFS, use existing approach.

Signed-off-by: Jorgen Hansen jorgen.hansen@wdc.com