src/CMakeLists.txt

changeset 483
929016224c3c
parent 470
e5a4de4f1e03
child 494
6ce8cfa10a96
     1.1 --- a/src/CMakeLists.txt	Mon Dec 27 14:44:08 2021 +0100
     1.2 +++ b/src/CMakeLists.txt	Mon Dec 27 16:51:10 2021 +0100
     1.3 @@ -1,13 +1,17 @@
     1.4  set(sources
     1.5 +        utils.c
     1.6          allocator.c
     1.7          linked_list.c
     1.8          tree.c
     1.9 +        buffer.c
    1.10  )
    1.11  set(headers
    1.12 +        cx/utils.h
    1.13          cx/allocator.h
    1.14          cx/list.h
    1.15          cx/linked_list.h
    1.16          cx/tree.h
    1.17 +        cx/buffer.h
    1.18  )
    1.19  
    1.20  add_library(ucx SHARED ${sources})

mercurial