cmake_minimum_required(VERSION 3.24.0)

project(UnitTests)

enable_testing()
add_subdirectory(tests/cpp)