src/CMakeLists.txt

changeset 424
2d6f6cb24132
parent 398
8d506ed6c1c0
child 469
0458bff0b1cd
equal deleted inserted replaced
419:b5d6cb88d05d 424:2d6f6cb24132
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