set(CC "/C/Users/cameron/scoop/apps/gcc/current/bin/gcc.exe") cmake_minimum_required(VERSION 3.10) project(learning_c) add_executable(main main.c)