4 lines
98 B
CMake
4 lines
98 B
CMake
cmake_minimum_required(VERSION 3.15)
|
|
project(c_asm C ASM)
|
|
add_executable(c_asm main.c assembly.S)
|