From a0103b133f20da54651224823d57262657ddb748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Sun, 12 Nov 2023 18:48:00 +0100 Subject: [PATCH] Update CMakeLists.txt --- src/app/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 8e43d2226..0d3d2b524 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -522,6 +522,8 @@ if(${USE_SKIA_SYSTEM_LIBS}) ${ICU_LIBRARIES} ${HARFBUZZ_LIBRARIES} ) +else() + target_link_libraries(${PROJECT_NAME} PRIVATE sharpyuv) endif() if(APPLE)