File: rLottieQmlConfig.cmake.in

package info (click to toggle)
rlottie-qml 0.1~git20240610.022644c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: cpp: 209; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
get_filename_component(rLottieQml_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
include(CMakeFindDependencyMacro)

# find_dependency(rlottie REQUIRED)
find_dependency(QuaZip-Qt5 REQUIRED)

if(NOT TARGET rLottieQml::rLottieQml)
    include("${rLottieQml_CMAKE_DIR}/rLottieQmlExport.cmake")
endif()