diff options
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index 171fdd321..20409e09a 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -27,8 +27,6 @@ add_library(shader_recompiler STATIC | |||
| 27 | frontend/ir/condition.h | 27 | frontend/ir/condition.h |
| 28 | frontend/ir/flow_test.cpp | 28 | frontend/ir/flow_test.cpp |
| 29 | frontend/ir/flow_test.h | 29 | frontend/ir/flow_test.h |
| 30 | frontend/ir/function.cpp | ||
| 31 | frontend/ir/function.h | ||
| 32 | frontend/ir/ir_emitter.cpp | 30 | frontend/ir/ir_emitter.cpp |
| 33 | frontend/ir/ir_emitter.h | 31 | frontend/ir/ir_emitter.h |
| 34 | frontend/ir/microinstruction.cpp | 32 | frontend/ir/microinstruction.cpp |
| @@ -43,8 +41,6 @@ add_library(shader_recompiler STATIC | |||
| 43 | frontend/ir/program.cpp | 41 | frontend/ir/program.cpp |
| 44 | frontend/ir/program.h | 42 | frontend/ir/program.h |
| 45 | frontend/ir/reg.h | 43 | frontend/ir/reg.h |
| 46 | frontend/ir/structured_control_flow.cpp | ||
| 47 | frontend/ir/structured_control_flow.h | ||
| 48 | frontend/ir/type.cpp | 44 | frontend/ir/type.cpp |
| 49 | frontend/ir/type.h | 45 | frontend/ir/type.h |
| 50 | frontend/ir/value.cpp | 46 | frontend/ir/value.cpp |
| @@ -60,6 +56,8 @@ add_library(shader_recompiler STATIC | |||
| 60 | frontend/maxwell/opcodes.h | 56 | frontend/maxwell/opcodes.h |
| 61 | frontend/maxwell/program.cpp | 57 | frontend/maxwell/program.cpp |
| 62 | frontend/maxwell/program.h | 58 | frontend/maxwell/program.h |
| 59 | frontend/maxwell/structured_control_flow.cpp | ||
| 60 | frontend/maxwell/structured_control_flow.h | ||
| 63 | frontend/maxwell/translate/impl/bitfield_extract.cpp | 61 | frontend/maxwell/translate/impl/bitfield_extract.cpp |
| 64 | frontend/maxwell/translate/impl/bitfield_insert.cpp | 62 | frontend/maxwell/translate/impl/bitfield_insert.cpp |
| 65 | frontend/maxwell/translate/impl/common_encoding.h | 63 | frontend/maxwell/translate/impl/common_encoding.h |