src/CMakeLists.txt

changeset 727
d92a59f5d261
parent 718
cf2f209b9da2
equal deleted inserted replaced
726:44986c0e2b05 727:d92a59f5d261
7 linked_list.c 7 linked_list.c
8 buffer.c 8 buffer.c
9 map.c 9 map.c
10 hash_key.c 10 hash_key.c
11 hash_map.c 11 hash_map.c
12 basic_mempool.c 12 mempool.c
13 printf.c 13 printf.c
14 compare.c 14 compare.c
15 ) 15 )
16 set(headers 16 set(headers
17 cx/common.h 17 cx/common.h
26 cx/buffer.h 26 cx/buffer.h
27 cx/map.h 27 cx/map.h
28 cx/hash_key.h 28 cx/hash_key.h
29 cx/hash_map.h 29 cx/hash_map.h
30 cx/mempool.h 30 cx/mempool.h
31 cx/basic_mempool.h
32 cx/printf.h 31 cx/printf.h
33 cx/compare.h 32 cx/compare.h
34 ) 33 )
35 34
36 add_library(ucx SHARED ${sources}) 35 add_library(ucx SHARED ${sources})

mercurial