9 lines
204 B
CMake
9 lines
204 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(plutovg)
|
|
if(@PLUTOSVG_ENABLE_FREETYPE@)
|
|
find_dependency(Freetype)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/plutosvgTargets.cmake")
|