EXIT AUTOCRAP \o/
[apps/madmutt.git] / imap / CMakeLists.txt
diff --git a/imap/CMakeLists.txt b/imap/CMakeLists.txt
new file mode 100644 (file)
index 0000000..8946507
--- /dev/null
@@ -0,0 +1,9 @@
+ADD_LIBRARY(imap
+    auth.c
+    browse.c
+    command.c
+    imap.c
+    message.c
+    utf7.c
+    util.c
+)