mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
due to circular dependency: the .cc files under the root of project references the symbols defined by the source files under subdirectories, but the source files under subdirectories also reference the symbols defined by the .cc files under the root of project, the targets in test/perf do not compile. but the general structure is created. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>