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