cmake_minimum_required(VERSION 3.13) project(annoying C) set(CMAKE_C_STANDARD 11) add_executable(annoying main.c) target_link_libraries(annoying X11)