Начало проекта wayland
This commit is contained in:
10
wayland/CMakeLists.txt
Normal file
10
wayland/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
project(wayland)
|
||||
|
||||
enable_language(ASM_NASM)
|
||||
|
||||
set(CMAKE_ASM_NASM_FLAGS "-f elf64")
|
||||
set(CMAKE_ASM_NASM_FLAGS_DEBUG "-gdwarf")
|
||||
|
||||
add_executable(wayland asm.asm c.c)
|
||||
Reference in New Issue
Block a user