xref: /third_party/cares/include/CMakeLists.txt (revision 324c9471)
1324c9471Sopenharmony_ci# Write ares_build.h configuration file.  This is an installed file.
2324c9471Sopenharmony_ciCONFIGURE_FILE (ares_build.h.cmake ${PROJECT_BINARY_DIR}/ares_build.h)
3324c9471Sopenharmony_ci
4324c9471Sopenharmony_ci# Headers installation target
5324c9471Sopenharmony_ciIF (CARES_INSTALL)
6324c9471Sopenharmony_ci	SET (CARES_HEADERS ares.h ares_version.h "${PROJECT_BINARY_DIR}/ares_build.h" ares_rules.h ares_dns.h ares_nameser.h)
7324c9471Sopenharmony_ci	INSTALL (FILES ${CARES_HEADERS} COMPONENT Devel DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
8324c9471Sopenharmony_ciENDIF ()
9