cmake_minimum_required(VERSION 3.14) project(Interpreter) set(CXX_STANDARD 20) add_subdirectory(Parser) add_subdirectory(Program)