mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 08:27:32 +01:00
cmake: Link to common in shader_recompiler
This commit is contained in:
parent
cc0fcd1b8d
commit
eed6da55b8
@ -175,7 +175,7 @@ add_library(shader_recompiler STATIC
|
||||
shader_info.h
|
||||
)
|
||||
|
||||
target_link_libraries(shader_recompiler PUBLIC fmt::fmt sirit)
|
||||
target_link_libraries(shader_recompiler PUBLIC common fmt::fmt sirit)
|
||||
|
||||
add_executable(shader_util main.cpp)
|
||||
target_link_libraries(shader_util PRIVATE shader_recompiler)
|
||||
|
Loading…
Reference in New Issue
Block a user