CMakeInspectASM_NASMLinker.cmake 257 B

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