CMake/.gitlab/ci/configure_debian12_ninja.cmake
Vito Gamberini 7cf45c9e6a
ASM_NASM: Improve support for standalone usage
* 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
2024-03-04 13:09:58 -05:00

5 lines
163 B
CMake

set(CMake_TEST_ASM_NASM "ON" CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_debian12_ninja_common.cmake")
set(CMake_TEST_UseSWIG "ON" CACHE BOOL "")