cmake_minimum_required(VERSION 3.30) project(EmbeddedLinuxProject C) set(CMAKE_C_STANDARD 23) add_executable(EmbeddedLinuxProject main.c)