]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: cURL
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 12 Jul 2023 21:06:13 +0000 (23:06 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:29 +0000 (13:28 +0100)
meson/prog-curl/meson.build [new file with mode: 0644]

diff --git a/meson/prog-curl/meson.build b/meson/prog-curl/meson.build
new file mode 100644 (file)
index 0000000..f836c63
--- /dev/null
@@ -0,0 +1,6 @@
+# Find cURL
+# Outputs: curl
+
+curl = find_program('curl', required: true)
+
+summary('cURL', curl.found(), bool_yn: true, section: 'Programs')