mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-24 09:07:03 +02:00
tool for ir dumps
This commit is contained in:
parent
0fa83ae07f
commit
4dc736f44d
12 changed files with 216 additions and 177 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
add_executable(maxwell-spirv
|
||||
main.cpp
|
||||
recompiler_impl.cpp
|
||||
reference_impl.cpp
|
||||
spirv_recompiler_impl.cpp
|
||||
spirv_reference_impl.cpp
|
||||
)
|
||||
target_link_libraries(maxwell-spirv PRIVATE common shader_recompiler Threads::Threads)
|
||||
target_include_directories(maxwell-spirv PRIVATE ${CMAKE_SOURCE_DIR}/src)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue