We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2d13a commit 63a78d6Copy full SHA for 63a78d6
cmake/plutosvgConfig.cmake.in
@@ -2,5 +2,8 @@
2
3
include(CMakeFindDependencyMacro)
4
find_dependency(plutovg)
5
+if(@PLUTOSVG_ENABLE_FREETYPE@)
6
+ find_dependency(Freetype)
7
+endif()
8
9
include("${CMAKE_CURRENT_LIST_DIR}/plutosvgTargets.cmake")
0 commit comments