diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index f6719ad9d..3b5708cb9 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -219,6 +219,7 @@ add_library(shader_recompiler STATIC | |||
| 219 | ir_opt/global_memory_to_storage_buffer_pass.cpp | 219 | ir_opt/global_memory_to_storage_buffer_pass.cpp |
| 220 | ir_opt/identity_removal_pass.cpp | 220 | ir_opt/identity_removal_pass.cpp |
| 221 | ir_opt/lower_fp16_to_fp32.cpp | 221 | ir_opt/lower_fp16_to_fp32.cpp |
| 222 | ir_opt/lower_int64_to_int32.cpp | ||
| 222 | ir_opt/passes.h | 223 | ir_opt/passes.h |
| 223 | ir_opt/ssa_rewrite_pass.cpp | 224 | ir_opt/ssa_rewrite_pass.cpp |
| 224 | ir_opt/texture_pass.cpp | 225 | ir_opt/texture_pass.cpp |