diff -r 70b7456b5b12 -r 6536a9a75b71 src/CMakeLists.txt --- a/src/CMakeLists.txt Sun Oct 23 17:02:07 2022 +0200 +++ b/src/CMakeLists.txt Sat Nov 05 17:17:17 2022 +0100 @@ -9,6 +9,7 @@ hash_key.c hash_map.c basic_mempool.c + printf.c ) set(headers cx/common.h @@ -25,6 +26,7 @@ cx/hash_map.h cx/mempool.h cx/basic_mempool.h + cx/printf.h ) add_library(ucx SHARED ${sources})