mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
cmake: Link to common in shader_recompiler
This commit is contained in:
parent
3c1229a7c5
commit
fecb87ebc8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue