diff options
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index 035fd34e2..057857299 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -89,6 +89,7 @@ add_library(shader_recompiler STATIC | |||
| 89 | frontend/maxwell/translate/impl/move_register.cpp | 89 | frontend/maxwell/translate/impl/move_register.cpp |
| 90 | frontend/maxwell/translate/impl/move_special_register.cpp | 90 | frontend/maxwell/translate/impl/move_special_register.cpp |
| 91 | frontend/maxwell/translate/impl/not_implemented.cpp | 91 | frontend/maxwell/translate/impl/not_implemented.cpp |
| 92 | frontend/maxwell/translate/impl/predicate_set.cpp | ||
| 92 | frontend/maxwell/translate/impl/select_source_with_predicate.cpp | 93 | frontend/maxwell/translate/impl/select_source_with_predicate.cpp |
| 93 | frontend/maxwell/translate/translate.cpp | 94 | frontend/maxwell/translate/translate.cpp |
| 94 | frontend/maxwell/translate/translate.h | 95 | frontend/maxwell/translate/translate.h |