From e342739baab1084e7975d3eeb2f575516f64be03 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 22 Sep 2025 18:02:48 +0600 Subject: [PATCH] WIP hash table functions --- source/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 4ac2dae..2f3a4b6 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -17,6 +17,7 @@ add_library(${PROJECT_NAME} SHARED libublsettings-dictionary.c libublsettings-char.c libublsettings-file.c + libublsettings-hash.c libublsettings.h)