cmake_minimum_required(VERSION 3.20) project(file_to_c) set(CMAKE_CXX_STANDARD 17) add_executable(file_to_c "file_to_c.cpp")