fix includes
[awesomized/libmemcached] / include / libmemcached-1.0 / CMakeLists.txt
1
2 configure_file(configure.h.in configure.h @ONLY)
3
4 add_subdirectory(struct)
5 add_subdirectory(types)
6
7 install_public_headers(
8 libmemcached-1.0
9
10 alloc.h
11 allocators.h
12 analyze.h
13 auto.h
14 basic_string.h
15 behavior.h
16 callback.h
17 callbacks.h
18 defaults.h
19 delete.h
20 deprecated_types.h
21 dump.h
22 encoding_key.h
23 error.h
24 exception.hpp
25 exist.h
26 fetch.h
27 flush_buffers.h
28 flush.h
29 get.h
30 hash.h
31 limits.h
32 memcached.h
33 memcached.hpp
34 options.h
35 parse.h
36 platform.h
37 quit.h
38 result.h
39 return.h
40 sasl.h
41 server.h
42 server_list.h
43 stats.h
44 storage.h
45 strerror.h
46 touch.h
47 triggers.h
48 types.h
49 verbosity.h
50 version.h
51 visibility.h
52 )