cmake_minimum_required(VERSION 2.8.12)
project(VSMARMASM C ASM_MARMASM)
add_executable(VSMARMASM main.c foo.asm)
