src/CMakeLists.txt

changeset 571
f83583a0bbac
parent 563
69a83fad8a35
child 576
ba0c4ff6698e
     1.1 --- a/src/CMakeLists.txt	Wed Aug 03 15:44:46 2022 +0200
     1.2 +++ b/src/CMakeLists.txt	Wed Aug 03 17:27:55 2022 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4          buffer.c
     1.5          hash_key.c
     1.6          hash_map.c
     1.7 +        basic_mempool.c
     1.8  )
     1.9  set(headers
    1.10          cx/common.h
    1.11 @@ -20,6 +21,8 @@
    1.12          cx/map.h
    1.13          cx/hash_key.h
    1.14          cx/hash_map.h
    1.15 +        cx/mempool.h
    1.16 +        cx/basic_mempool.h
    1.17          )
    1.18  
    1.19  add_library(ucx SHARED ${sources})

mercurial