src/CMakeLists.txt

changeset 571
f83583a0bbac
parent 563
69a83fad8a35
child 576
ba0c4ff6698e
equal deleted inserted replaced
570:7edce1b5a798 571:f83583a0bbac
5 linked_list.c 5 linked_list.c
6 tree.c 6 tree.c
7 buffer.c 7 buffer.c
8 hash_key.c 8 hash_key.c
9 hash_map.c 9 hash_map.c
10 basic_mempool.c
10 ) 11 )
11 set(headers 12 set(headers
12 cx/common.h 13 cx/common.h
13 cx/utils.h 14 cx/utils.h
14 cx/allocator.h 15 cx/allocator.h
18 cx/tree.h 19 cx/tree.h
19 cx/buffer.h 20 cx/buffer.h
20 cx/map.h 21 cx/map.h
21 cx/hash_key.h 22 cx/hash_key.h
22 cx/hash_map.h 23 cx/hash_map.h
24 cx/mempool.h
25 cx/basic_mempool.h
23 ) 26 )
24 27
25 add_library(ucx SHARED ${sources}) 28 add_library(ucx SHARED ${sources})
26 add_library(ucx_static STATIC ${sources}) 29 add_library(ucx_static STATIC ${sources})
27 30

mercurial