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 164e94071..f6719ad9d 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -226,6 +226,7 @@ add_library(shader_recompiler STATIC | |||
| 226 | object_pool.h | 226 | object_pool.h |
| 227 | profile.h | 227 | profile.h |
| 228 | program_header.h | 228 | program_header.h |
| 229 | runtime_info.h | ||
| 229 | shader_info.h | 230 | shader_info.h |
| 230 | ) | 231 | ) |
| 231 | 232 | ||