diff CMakeLists.txt @ 975:5ffc8350e84b

irccdctl: add support for rule editing
author David Demelier <markand@malikania.fr>
date Tue, 09 Feb 2021 13:00:32 +0100
parents 8becffd7617a
children 583d9f83e9f5
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Feb 07 14:36:28 2021 +0100
+++ b/CMakeLists.txt	Tue Feb 09 13:00:32 2021 +0100
@@ -45,6 +45,7 @@
 endif ()
 
 add_subdirectory(extern/libcompat)
+add_subdirectory(extern/libketopt)
 
 if (IRCCD_WITH_JS)
 	add_subdirectory(extern/libduktape)