src/CMakeLists.txt

changeset 601
95ba6014041b
parent 599
6536a9a75b71
child 606
314e9288af2f
equal deleted inserted replaced
600:19211b88cc0f 601:95ba6014041b
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 printf.c
13 compare.c
13 ) 14 )
14 set(headers 15 set(headers
15 cx/common.h 16 cx/common.h
16 cx/utils.h 17 cx/utils.h
17 cx/string.h 18 cx/string.h
25 cx/hash_key.h 26 cx/hash_key.h
26 cx/hash_map.h 27 cx/hash_map.h
27 cx/mempool.h 28 cx/mempool.h
28 cx/basic_mempool.h 29 cx/basic_mempool.h
29 cx/printf.h 30 cx/printf.h
31 cx/compare.h
30 ) 32 )
31 33
32 add_library(ucx SHARED ${sources}) 34 add_library(ucx SHARED ${sources})
33 add_library(ucx_static STATIC ${sources}) 35 add_library(ucx_static STATIC ${sources})
34 36

mercurial