5 lines
117 B
CMake
5 lines
117 B
CMake
|
|
cmake_minimum_required(VERSION 3.19)
|
||
|
|
project(EventConfiguratorProject)
|
||
|
|
|
||
|
|
add_subdirectory(apps) # EventConfigurator
|