Begin to work on a pop reimplementation, using jobs and the event loop
[apps/madmutt.git] / lib-mx / CMakeLists.txt
index ba7a6c8..56c55c0 100644 (file)
@@ -1,7 +1,9 @@
 ADD_LIBRARY(mx
-    mx.c
-    mh.c
-    mbox.c
     compress.c
     hcache.c
+    mbox.c
+    mh.c
+    mx.c
+    pop.c
+    pop-new.c
 )