From 5da14042f70711ea5cf66e034699730335462f66 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 14:08:03 +0200 Subject: Merging upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- src/fluent-bit/lib/c-ares-1.19.1/include/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/fluent-bit/lib/c-ares-1.19.1/include/CMakeLists.txt (limited to 'src/fluent-bit/lib/c-ares-1.19.1/include/CMakeLists.txt') diff --git a/src/fluent-bit/lib/c-ares-1.19.1/include/CMakeLists.txt b/src/fluent-bit/lib/c-ares-1.19.1/include/CMakeLists.txt new file mode 100644 index 000000000..3321956dd --- /dev/null +++ b/src/fluent-bit/lib/c-ares-1.19.1/include/CMakeLists.txt @@ -0,0 +1,8 @@ +# Write ares_build.h configuration file. This is an installed file. +CONFIGURE_FILE (ares_build.h.cmake ${PROJECT_BINARY_DIR}/ares_build.h) + +# Headers installation target +IF (CARES_INSTALL) + SET (CARES_HEADERS ares.h ares_version.h "${PROJECT_BINARY_DIR}/ares_build.h" ares_rules.h ares_dns.h ares_nameser.h) + INSTALL (FILES ${CARES_HEADERS} COMPONENT Devel DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) +ENDIF () -- cgit v1.2.3