add refcounted types
[apps/madmutt.git] / lib-lib / CMakeLists.txt
1 ADD_LIBRARY(lib
2     array.c
3     bits.c
4     buffer.c
5     file.c
6     hash.c
7     list.c
8     mapping.c
9     md5.c
10     rx.c
11     str.c
12     url.c
13     utf8.c
14 )