cmake_minimum_required(VERSION 3.15) project(c_asm C ASM) add_executable(c_asm main.c assembly.S)