diff options
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index 06ee50fff..f801a9f72 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -114,8 +114,6 @@ add_library(shader_recompiler STATIC | |||
| 114 | frontend/maxwell/maxwell.inc | 114 | frontend/maxwell/maxwell.inc |
| 115 | frontend/maxwell/opcodes.cpp | 115 | frontend/maxwell/opcodes.cpp |
| 116 | frontend/maxwell/opcodes.h | 116 | frontend/maxwell/opcodes.h |
| 117 | frontend/maxwell/program.cpp | ||
| 118 | frontend/maxwell/program.h | ||
| 119 | frontend/maxwell/structured_control_flow.cpp | 117 | frontend/maxwell/structured_control_flow.cpp |
| 120 | frontend/maxwell/structured_control_flow.h | 118 | frontend/maxwell/structured_control_flow.h |
| 121 | frontend/maxwell/translate/impl/atomic_operations_global_memory.cpp | 119 | frontend/maxwell/translate/impl/atomic_operations_global_memory.cpp |
| @@ -211,6 +209,8 @@ add_library(shader_recompiler STATIC | |||
| 211 | frontend/maxwell/translate/impl/warp_shuffle.cpp | 209 | frontend/maxwell/translate/impl/warp_shuffle.cpp |
| 212 | frontend/maxwell/translate/translate.cpp | 210 | frontend/maxwell/translate/translate.cpp |
| 213 | frontend/maxwell/translate/translate.h | 211 | frontend/maxwell/translate/translate.h |
| 212 | frontend/maxwell/translate_program.cpp | ||
| 213 | frontend/maxwell/translate_program.h | ||
| 214 | ir_opt/collect_shader_info_pass.cpp | 214 | ir_opt/collect_shader_info_pass.cpp |
| 215 | ir_opt/constant_propagation_pass.cpp | 215 | ir_opt/constant_propagation_pass.cpp |
| 216 | ir_opt/dead_code_elimination_pass.cpp | 216 | ir_opt/dead_code_elimination_pass.cpp |