11cb0ef41Sopenharmony_ci# Copyright (C) The c-ares project and its contributors 21cb0ef41Sopenharmony_ci# SPDX-License-Identifier: MIT 31cb0ef41Sopenharmony_ci# Write ares_build.h configuration file. This is an installed file. 41cb0ef41Sopenharmony_ciCONFIGURE_FILE (ares_build.h.cmake ${PROJECT_BINARY_DIR}/ares_build.h) 51cb0ef41Sopenharmony_ci 61cb0ef41Sopenharmony_ci# Headers installation target 71cb0ef41Sopenharmony_ciIF (CARES_INSTALL) 81cb0ef41Sopenharmony_ci SET (CARES_HEADERS ares.h ares_version.h "${PROJECT_BINARY_DIR}/ares_build.h" ares_rules.h ares_dns.h ares_dns_record.h ares_nameser.h) 91cb0ef41Sopenharmony_ci INSTALL (FILES ${CARES_HEADERS} COMPONENT Devel DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) 101cb0ef41Sopenharmony_ciENDIF () 11