cmake_minimum_required(VERSION 3.0) project(cwindow C) set(CMAKE_C_STANDARD 11) add_executable(cwindow main.c)