Skip to content

Commit 78548a3

Browse files
committed
Add plutovg dependency to lunasvgConfig.cmake.in
1 parent 32fbe59 commit 78548a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/lunasvgConfig.cmake.in

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
@PACKAGE_INIT@
22

3+
include(CMakeFindDependencyMacro)
4+
find_dependency(plutovg)
5+
36
include("${CMAKE_CURRENT_LIST_DIR}/lunasvgTargets.cmake")

0 commit comments

Comments
 (0)