mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
8 lines
90 B
NASM
8 lines
90 B
NASM
section .text
|
|
%ifdef TEST2x64
|
|
global foo
|
|
%else
|
|
global _foo
|
|
%endif
|
|
%include "foo-proc.asm"
|