diff -r fd3368c20413 -r 69a83fad8a35 src/CMakeLists.txt --- a/src/CMakeLists.txt Fri May 27 17:40:27 2022 +0200 +++ b/src/CMakeLists.txt Wed Jun 08 21:33:31 2022 +0200 @@ -5,7 +5,7 @@ linked_list.c tree.c buffer.c - map.c + hash_key.c hash_map.c ) set(headers @@ -18,6 +18,7 @@ cx/tree.h cx/buffer.h cx/map.h + cx/hash_key.h cx/hash_map.h )