1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/vulkan-loader/no-asm.patch.cross
3 # Copyright (C) 2021 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License as published by the Free Software
12 # Foundation; either version 2 of the License, or (at your option) any later
14 # --- T2-COPYRIGHT-NOTE-END ---
16 --- Vulkan-Loader-1.2.190/loader/CMakeLists.txt.vanilla 2021-09-16 17:08:19.761562793 +0200
17 +++ Vulkan-Loader-1.2.190/loader/CMakeLists.txt 2021-09-16 17:09:12.328565505 +0200
20 set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
21 try_compile(ASSEMBLER_WORKS ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/asm_test.S)
24 set(OPT_LOADER_SRCS ${OPT_LOADER_SRCS} unknown_ext_chain_gas.S)
25 add_executable(asm_offset asm_offset.c)
26 target_link_libraries(asm_offset Vulkan::Headers)