cmake_minimum_required(VERSION 3.0 FATAL_ERROR) project(Alerts LANGUAGES CXX) include(../../build/BuildDefaults.cmake) add_subdirectory("src")