mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
7cf45c9e6a
* Add tests for standalone NASM usage * Change generic ASM_NASM executable linker to <CMAKE_LINKER> * Use CMAKE_SYSTEM_PROCESSOR to determine output format when used without a C/CXX compiler
7 lines
68 B
NASM
7 lines
68 B
NASM
global LibNasm1Func
|
|
|
|
section .text
|
|
LibNasm1Func:
|
|
mov rax, 1
|
|
ret
|