cmake_minimum_required(VERSION 4.0) project(em-example LANGUAGES C CXX) add_executable(em-example main.cpp)