mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-04 05:07:07 +02:00
tool for ir dumps
This commit is contained in:
parent
0fa83ae07f
commit
4dc736f44d
12 changed files with 216 additions and 177 deletions
9
tools/maxwell-ir/CMakeLists.txt
Normal file
9
tools/maxwell-ir/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
add_executable(maxwell-ir main.cpp)
|
||||
target_link_libraries(maxwell-ir PRIVATE common shader_recompiler Threads::Threads)
|
||||
target_include_directories(maxwell-ir PRIVATE ${CMAKE_SOURCE_DIR}/src)
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(TARGETS maxwell-ir)
|
||||
endif()
|
||||
create_target_directory_groups(maxwell-ir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue