src/CMakeLists.txt

changeset 576
ba0c4ff6698e
parent 571
f83583a0bbac
child 599
6536a9a75b71
     1.1 --- a/src/CMakeLists.txt	Fri Aug 12 16:56:41 2022 +0200
     1.2 +++ b/src/CMakeLists.txt	Mon Aug 29 20:54:42 2022 +0200
     1.3 @@ -1,6 +1,7 @@
     1.4  set(sources
     1.5          utils.c
     1.6          allocator.c
     1.7 +        string.c
     1.8          list.c
     1.9          linked_list.c
    1.10          tree.c
    1.11 @@ -12,6 +13,7 @@
    1.12  set(headers
    1.13          cx/common.h
    1.14          cx/utils.h
    1.15 +        cx/string.h
    1.16          cx/allocator.h
    1.17          cx/iterator.h
    1.18          cx/list.h

mercurial