cmake_minimum_required(VERSION 3.0) project(CALC) add_definitions(-DDEBUG) add_executable(calc ./src/main.c)