src/CMakeLists.txt

changeset 427
ec92b4ed23aa
parent 424
2d6f6cb24132
child 469
0458bff0b1cd
equal deleted inserted replaced
423:4cea6e50175b 427:ec92b4ed23aa
1 set(sources 1 set(sources
2 allocator.c 2 allocator.c
3 list.c 3 list.c
4 linked_list.c 4 linked_list.c
5 tree.c
5 ) 6 )
6 set(headers 7 set(headers
7 cx/allocator.h 8 cx/allocator.h
8 cx/list.h 9 cx/list.h
9 cx/linked_list.h 10 cx/linked_list.h

mercurial