comparison 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
comparison
equal deleted inserted replaced
1164:832dbde9d495 1165:47ed24577389
53 endif () 53 endif ()
54 54
55 include(CMakePackageConfigHelpers) 55 include(CMakePackageConfigHelpers)
56 include(GNUInstallDirs) 56 include(GNUInstallDirs)
57 57
58 option(IRCCD_WITH_HTTP "Enable HTTP support (requires libcurl)" On)
58 option(IRCCD_WITH_EXAMPLES "Enable example files" On) 59 option(IRCCD_WITH_EXAMPLES "Enable example files" On)
59 option(IRCCD_WITH_JS "Enable Javascript" On) 60 option(IRCCD_WITH_JS "Enable Javascript" On)
60 option(IRCCD_WITH_MAN "Enable manual pages" On) 61 option(IRCCD_WITH_MAN "Enable manual pages" On)
61 option(IRCCD_WITH_SSL "Enable SSL (requires OpenSSL)" On) 62 option(IRCCD_WITH_SSL "Enable SSL (requires OpenSSL)" On)
62 option(IRCCD_WITH_TESTS "Enable unit tests" On) 63 option(IRCCD_WITH_TESTS "Enable unit tests" On)