src/CMakeLists.txt

changeset 563
69a83fad8a35
parent 558
9b767b07602c
child 571
f83583a0bbac
equal deleted inserted replaced
562:fd3368c20413 563:69a83fad8a35
3 allocator.c 3 allocator.c
4 list.c 4 list.c
5 linked_list.c 5 linked_list.c
6 tree.c 6 tree.c
7 buffer.c 7 buffer.c
8 map.c 8 hash_key.c
9 hash_map.c 9 hash_map.c
10 ) 10 )
11 set(headers 11 set(headers
12 cx/common.h 12 cx/common.h
13 cx/utils.h 13 cx/utils.h
16 cx/list.h 16 cx/list.h
17 cx/linked_list.h 17 cx/linked_list.h
18 cx/tree.h 18 cx/tree.h
19 cx/buffer.h 19 cx/buffer.h
20 cx/map.h 20 cx/map.h
21 cx/hash_key.h
21 cx/hash_map.h 22 cx/hash_map.h
22 ) 23 )
23 24
24 add_library(ucx SHARED ${sources}) 25 add_library(ucx SHARED ${sources})
25 add_library(ucx_static STATIC ${sources}) 26 add_library(ucx_static STATIC ${sources})

mercurial