src/CMakeLists.txt

changeset 599
6536a9a75b71
parent 576
ba0c4ff6698e
child 601
95ba6014041b
     1.1 --- a/src/CMakeLists.txt	Sun Oct 23 17:02:07 2022 +0200
     1.2 +++ b/src/CMakeLists.txt	Sat Nov 05 17:17:17 2022 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4          hash_key.c
     1.5          hash_map.c
     1.6          basic_mempool.c
     1.7 +        printf.c
     1.8  )
     1.9  set(headers
    1.10          cx/common.h
    1.11 @@ -25,6 +26,7 @@
    1.12          cx/hash_map.h
    1.13          cx/mempool.h
    1.14          cx/basic_mempool.h
    1.15 +        cx/printf.h
    1.16          )
    1.17  
    1.18  add_library(ucx SHARED ${sources})

mercurial