Explorar el Código

cmake: Link to common in shader_recompiler

ReinUsesLisp hace 5 años
padre
commit
eed6da55b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/shader_recompiler/CMakeLists.txt

+ 1 - 1
src/shader_recompiler/CMakeLists.txt

@@ -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)