src/CMakeLists.txt

changeset 599
6536a9a75b71
parent 576
ba0c4ff6698e
child 601
95ba6014041b
equal deleted inserted replaced
598:70b7456b5b12 599:6536a9a75b71
7 tree.c 7 tree.c
8 buffer.c 8 buffer.c
9 hash_key.c 9 hash_key.c
10 hash_map.c 10 hash_map.c
11 basic_mempool.c 11 basic_mempool.c
12 printf.c
12 ) 13 )
13 set(headers 14 set(headers
14 cx/common.h 15 cx/common.h
15 cx/utils.h 16 cx/utils.h
16 cx/string.h 17 cx/string.h
23 cx/map.h 24 cx/map.h
24 cx/hash_key.h 25 cx/hash_key.h
25 cx/hash_map.h 26 cx/hash_map.h
26 cx/mempool.h 27 cx/mempool.h
27 cx/basic_mempool.h 28 cx/basic_mempool.h
29 cx/printf.h
28 ) 30 )
29 31
30 add_library(ucx SHARED ${sources}) 32 add_library(ucx SHARED ${sources})
31 add_library(ucx_static STATIC ${sources}) 33 add_library(ucx_static STATIC ${sources})
32 34

mercurial