12 lines
301 B
CMake
12 lines
301 B
CMake
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(azure-core-cpp "1.2.0")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/azure-template-cppTargets.cmake")
|
|
|
|
check_required_components("azure-template-cpp")
|