diff options
Diffstat (limited to '')
| -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 700b17113..22639fe13 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -65,6 +65,7 @@ add_library(shader_recompiler STATIC | |||
| 65 | frontend/maxwell/program.h | 65 | frontend/maxwell/program.h |
| 66 | frontend/maxwell/structured_control_flow.cpp | 66 | frontend/maxwell/structured_control_flow.cpp |
| 67 | frontend/maxwell/structured_control_flow.h | 67 | frontend/maxwell/structured_control_flow.h |
| 68 | frontend/maxwell/translate/impl/attribute_memory_to_physical.cpp | ||
| 68 | frontend/maxwell/translate/impl/barrier_operations.cpp | 69 | frontend/maxwell/translate/impl/barrier_operations.cpp |
| 69 | frontend/maxwell/translate/impl/bitfield_extract.cpp | 70 | frontend/maxwell/translate/impl/bitfield_extract.cpp |
| 70 | frontend/maxwell/translate/impl/bitfield_insert.cpp | 71 | frontend/maxwell/translate/impl/bitfield_insert.cpp |