20e7b345e1
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)
|