diff CMakeLists.txt @ 1165:47ed24577389

irccd: add Irccd.Http API
author David Demelier <markand@malikania.fr>
date Fri, 04 Mar 2022 20:31:04 +0100
parents b6a0d9515c82
children 664f5fd27aea
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Feb 28 21:38:38 2022 +0100
+++ b/CMakeLists.txt	Fri Mar 04 20:31:04 2022 +0100
@@ -55,6 +55,7 @@
 include(CMakePackageConfigHelpers)
 include(GNUInstallDirs)
 
+option(IRCCD_WITH_HTTP "Enable HTTP support (requires libcurl)" On)
 option(IRCCD_WITH_EXAMPLES "Enable example files" On)
 option(IRCCD_WITH_JS "Enable Javascript" On)
 option(IRCCD_WITH_MAN "Enable manual pages" On)