summaryrefslogtreecommitdiff
path: root/src/shader_recompiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler')
-rw-r--r--src/shader_recompiler/CMakeLists.txt2
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
178target_link_libraries(shader_recompiler PUBLIC fmt::fmt sirit) 178target_link_libraries(shader_recompiler PUBLIC common fmt::fmt sirit)
179 179
180add_executable(shader_util main.cpp) 180add_executable(shader_util main.cpp)
181target_link_libraries(shader_util PRIVATE shader_recompiler) 181target_link_libraries(shader_util PRIVATE shader_recompiler)