mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 20:57:00 +00:00
this is the 14rd changeset of a series which tries to give an overhaul to the CMake building system. this series has two goals: - to enable developer to use CMake for building scylla. so they can use tools (CLion for instance) with CMake integration for better developer experience - to enable us to tweak the dependencies in a simpler way. a well-defined cross module / subsystem dependency is a prerequisite for building this project with the C++20 modules. this changeset includes following changes: - build: cmake: promote add_scylla_test() to test/ - build: cmake: add all tests Closes #13220 * github.com:scylladb/scylladb: build: cmake: add all tests build: cmake: promote add_scylla_test() to test/