cmake_minimum_required(VERSION 3.20) project(Modulith LANGUAGES CXX) add_subdirectory(ModulithEngine) add_subdirectory(ModulithEditor)