libcpr/cmake/cprConfig.cmake.in

8 lines
165 B
CMake
Raw Permalink Normal View History

2024-04-14 01:01:22 +00:00
include(CMakeFindDependencyMacro)
@PACKAGE_INIT@
find_dependency(CURL REQUIRED)
include(${CMAKE_CURRENT_LIST_DIR}/cprTargets.cmake)
check_required_components(cpr)