diff options
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index c65846bc4..36a61f21a 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -11,6 +11,8 @@ add_executable(shader_recompiler | |||
| 11 | frontend/ir/condition.h | 11 | frontend/ir/condition.h |
| 12 | frontend/ir/flow_test.cpp | 12 | frontend/ir/flow_test.cpp |
| 13 | frontend/ir/flow_test.h | 13 | frontend/ir/flow_test.h |
| 14 | frontend/ir/function.cpp | ||
| 15 | frontend/ir/function.h | ||
| 14 | frontend/ir/ir_emitter.cpp | 16 | frontend/ir/ir_emitter.cpp |
| 15 | frontend/ir/ir_emitter.h | 17 | frontend/ir/ir_emitter.h |
| 16 | frontend/ir/microinstruction.cpp | 18 | frontend/ir/microinstruction.cpp |
| @@ -51,6 +53,7 @@ add_executable(shader_recompiler | |||
| 51 | ir_opt/get_set_elimination_pass.cpp | 53 | ir_opt/get_set_elimination_pass.cpp |
| 52 | ir_opt/identity_removal_pass.cpp | 54 | ir_opt/identity_removal_pass.cpp |
| 53 | ir_opt/passes.h | 55 | ir_opt/passes.h |
| 56 | ir_opt/ssa_rewrite_pass.cpp | ||
| 54 | ir_opt/verification_pass.cpp | 57 | ir_opt/verification_pass.cpp |
| 55 | main.cpp | 58 | main.cpp |
| 56 | ) | 59 | ) |