притянут C++

This commit is contained in:
Пытков Роман
2025-09-20 22:12:40 +03:00
parent 241f5acf71
commit a6d997f61d
4 changed files with 19 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ enable_language(ASM_NASM)
set(CMAKE_ASM_NASM_FLAGS "-f elf64")
set(CMAKE_ASM_NASM_FLAGS_DEBUG "-gdwarf")
add_executable(casm asm.asm c.c)
add_executable(casm asm.asm c.c cpp.cpp)