cmake_minimum_required(VERSION 3.10) # Minimum required CMake version # Project name project(fmp) # Add executable add_executable(fmp src/Program.c)