diff options
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index 525b2363c..07e75f9d8 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -216,6 +216,7 @@ add_library(shader_recompiler STATIC | |||
| 216 | frontend/maxwell/translate_program.h | 216 | frontend/maxwell/translate_program.h |
| 217 | host_translate_info.h | 217 | host_translate_info.h |
| 218 | ir_opt/collect_shader_info_pass.cpp | 218 | ir_opt/collect_shader_info_pass.cpp |
| 219 | ir_opt/conditional_barrier_pass.cpp | ||
| 219 | ir_opt/constant_propagation_pass.cpp | 220 | ir_opt/constant_propagation_pass.cpp |
| 220 | ir_opt/dead_code_elimination_pass.cpp | 221 | ir_opt/dead_code_elimination_pass.cpp |
| 221 | ir_opt/dual_vertex_pass.cpp | 222 | ir_opt/dual_vertex_pass.cpp |
| @@ -223,6 +224,7 @@ add_library(shader_recompiler STATIC | |||
| 223 | ir_opt/identity_removal_pass.cpp | 224 | ir_opt/identity_removal_pass.cpp |
| 224 | ir_opt/layer_pass.cpp | 225 | ir_opt/layer_pass.cpp |
| 225 | ir_opt/lower_fp16_to_fp32.cpp | 226 | ir_opt/lower_fp16_to_fp32.cpp |
| 227 | ir_opt/lower_fp64_to_fp32.cpp | ||
| 226 | ir_opt/lower_int64_to_int32.cpp | 228 | ir_opt/lower_int64_to_int32.cpp |
| 227 | ir_opt/passes.h | 229 | ir_opt/passes.h |
| 228 | ir_opt/position_pass.cpp | 230 | ir_opt/position_pass.cpp |