blob: 53e9ad61e96461ffbea3275f488e6b876c179f78 (
plain)
1
2
3
4
5
6
7
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.
# Load the generic ASM test file:
set(ASM_DIALECT "_NASM")
include(Internal/CMakeInspectASMLinker)
set(ASM_DIALECT)
|