mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
e293f80554
Enhance the CMake strucuture of thests Update documentation
6 lines
80 B
CMake
6 lines
80 B
CMake
cmake_minimum_required(VERSION 3.19)
|
|
|
|
project(StatusQ)
|
|
|
|
add_subdirectory(tests)
|