|
|
@ -270,3 +270,7 @@ create_target_directory_groups(shader_recompiler) |
|
|
if (YUZU_USE_PRECOMPILED_HEADERS) |
|
|
if (YUZU_USE_PRECOMPILED_HEADERS) |
|
|
target_precompile_headers(shader_recompiler PRIVATE precompiled_headers.h) |
|
|
target_precompile_headers(shader_recompiler PRIVATE precompiled_headers.h) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
if (YUZU_ENABLE_LTO) |
|
|
|
|
|
set_property(TARGET shader_recompiler PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) |
|
|
|
|
|
endif() |