src/CMakeLists.txt

changeset 606
314e9288af2f
parent 601
95ba6014041b
child 632
164253538794
     1.1 --- a/src/CMakeLists.txt	Sun Nov 06 16:11:11 2022 +0100
     1.2 +++ b/src/CMakeLists.txt	Sat Nov 12 15:56:58 2022 +0100
     1.3 @@ -3,6 +3,7 @@
     1.4          allocator.c
     1.5          string.c
     1.6          list.c
     1.7 +        array_list.c
     1.8          linked_list.c
     1.9          tree.c
    1.10          buffer.c
    1.11 @@ -19,6 +20,7 @@
    1.12          cx/allocator.h
    1.13          cx/iterator.h
    1.14          cx/list.h
    1.15 +        cx/array_list.h
    1.16          cx/linked_list.h
    1.17          cx/tree.h
    1.18          cx/buffer.h

mercurial