Class structure, updated UML

Missing : actual code, decorators
This commit is contained in:
trotFunky 2019-06-06 21:30:39 +02:00
parent 2b9593bee8
commit 67435debe6
9 changed files with 113 additions and 10 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(src)
project(project_maat)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules" ${CMAKE_MODULE_PATH})