cmake_minimum_required(VERSION 3.0) project(programmingquest LANGUAGES C) SET(CHALLANGE format) add_executable(binary src/${CHALLANGE}.c )