diff options
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index fbd4ec6dc..802527255 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -74,9 +74,10 @@ add_library(shader_recompiler STATIC | |||
| 74 | frontend/maxwell/translate/impl/integer_short_multiply_add.cpp | 74 | frontend/maxwell/translate/impl/integer_short_multiply_add.cpp |
| 75 | frontend/maxwell/translate/impl/load_store_attribute.cpp | 75 | frontend/maxwell/translate/impl/load_store_attribute.cpp |
| 76 | frontend/maxwell/translate/impl/load_store_memory.cpp | 76 | frontend/maxwell/translate/impl/load_store_memory.cpp |
| 77 | frontend/maxwell/translate/impl/not_implemented.cpp | 77 | frontend/maxwell/translate/impl/move_predicate_to_register.cpp |
| 78 | frontend/maxwell/translate/impl/move_register.cpp | 78 | frontend/maxwell/translate/impl/move_register.cpp |
| 79 | frontend/maxwell/translate/impl/move_special_register.cpp | 79 | frontend/maxwell/translate/impl/move_special_register.cpp |
| 80 | frontend/maxwell/translate/impl/not_implemented.cpp | ||
| 80 | frontend/maxwell/translate/translate.cpp | 81 | frontend/maxwell/translate/translate.cpp |
| 81 | frontend/maxwell/translate/translate.h | 82 | frontend/maxwell/translate/translate.h |
| 82 | ir_opt/collect_shader_info_pass.cpp | 83 | ir_opt/collect_shader_info_pass.cpp |