forked from aki/docker-aseprite-linux
18 lines
448 B
Diff
18 lines
448 B
Diff
--- a/laf/cmake/FindSkia.cmake
|
|
+++ b/laf/cmake/FindSkia.cmake
|
|
@@ -143,7 +143,10 @@
|
|
${SKIA_DIR}
|
|
${FREETYPE_INCLUDE_DIRS}
|
|
${HARFBUZZ_INCLUDE_DIRS}
|
|
- ${PNG_INCLUDE_DIRS})
|
|
-target_link_libraries(skia INTERFACE ${SKIA_LIBRARIES})
|
|
+ ${PNG_INCLUDE_DIRS}
|
|
+ )
|
|
+target_link_libraries(skia INTERFACE
|
|
+ ${SKIA_LIBRARIES}
|
|
+ ${FREETYPE_LIBRARIES}
|
|
+ ${HARFBUZZ_LIBRARIES})
|
|
target_compile_definitions(skia INTERFACE
|
|
SK_INTERNAL
|
|
SK_GAMMA_SRGB
|