1 2 3 4 5
cmake_minimum_required (VERSION 3.3) project (xd) add_compile_options (-Wall -Werror -pedantic -g) add_executable (xd xd.c)