
* 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
5 lines
163 B
CMake
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 "")
|