Всякое
This commit is contained in:
9
casm/CMakeLists.txt
Normal file
9
casm/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
project(casm)
|
||||
|
||||
enable_language(ASM_NASM)
|
||||
|
||||
set(CMAKE_ASM_NASM_FLAGS "-gdwarf -f elf64")
|
||||
|
||||
add_executable(casm asm.asm c.c)
|
||||
Reference in New Issue
Block a user