diff options
Diffstat (limited to 'src/shader_recompiler')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index 3d7506de2..051e5d05a 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -175,7 +175,7 @@ add_library(shader_recompiler STATIC | |||
| 175 | shader_info.h | 175 | shader_info.h |
| 176 | ) | 176 | ) |
| 177 | 177 | ||
| 178 | target_link_libraries(shader_recompiler PUBLIC fmt::fmt sirit) | 178 | target_link_libraries(shader_recompiler PUBLIC common fmt::fmt sirit) |
| 179 | 179 | ||
| 180 | add_executable(shader_util main.cpp) | 180 | add_executable(shader_util main.cpp) |
| 181 | target_link_libraries(shader_util PRIVATE shader_recompiler) | 181 | target_link_libraries(shader_util PRIVATE shader_recompiler) |