diff options
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index ef09fe2b9..525b2363c 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -231,6 +231,7 @@ add_library(shader_recompiler STATIC | |||
| 231 | ir_opt/texture_pass.cpp | 231 | ir_opt/texture_pass.cpp |
| 232 | ir_opt/verification_pass.cpp | 232 | ir_opt/verification_pass.cpp |
| 233 | object_pool.h | 233 | object_pool.h |
| 234 | precompiled_headers.h | ||
| 234 | profile.h | 235 | profile.h |
| 235 | program_header.h | 236 | program_header.h |
| 236 | runtime_info.h | 237 | runtime_info.h |
| @@ -260,3 +261,7 @@ else() | |||
| 260 | endif() | 261 | endif() |
| 261 | 262 | ||
| 262 | create_target_directory_groups(shader_recompiler) | 263 | create_target_directory_groups(shader_recompiler) |
| 264 | |||
| 265 | if (YUZU_USE_PRECOMPILED_HEADERS) | ||
| 266 | target_precompile_headers(shader_recompiler PRIVATE precompiled_headers.h) | ||
| 267 | endif() | ||