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 4b4c43ba8..d3afd7d31 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -133,6 +133,7 @@ add_library(shader_recompiler STATIC | |||
| 133 | frontend/maxwell/translate/impl/texture_fetch_swizzled.cpp | 133 | frontend/maxwell/translate/impl/texture_fetch_swizzled.cpp |
| 134 | frontend/maxwell/translate/impl/texture_gather_swizzled.cpp | 134 | frontend/maxwell/translate/impl/texture_gather_swizzled.cpp |
| 135 | frontend/maxwell/translate/impl/texture_gather.cpp | 135 | frontend/maxwell/translate/impl/texture_gather.cpp |
| 136 | frontend/maxwell/translate/impl/texture_load_swizzled.cpp | ||
| 136 | frontend/maxwell/translate/impl/texture_load.cpp | 137 | frontend/maxwell/translate/impl/texture_load.cpp |
| 137 | frontend/maxwell/translate/impl/texture_query.cpp | 138 | frontend/maxwell/translate/impl/texture_query.cpp |
| 138 | frontend/maxwell/translate/impl/video_helper.cpp | 139 | frontend/maxwell/translate/impl/video_helper.cpp |