blob: 8c6af767e6f3314fab4a6e5f629f7f60169a76b7 (
plain)
1
2
3
4
5
6
7
8
9
|
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Threads)
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-mapbox-variant-targets.cmake")
check_required_components(unofficial-mapbox-variant)
|