shift-shell/libmobileshell/LibMobileShellConfig.cmake.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
255 B
CMake
Raw Normal View History

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Core "@QT_MIN_VERSION@")
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
find_dependency(Qt5Quick "@QT_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/LibMobileShellLibraryTargets.cmake")