diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-28 00:24:41 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-28 00:24:41 -0500 |
commit | 987466c74332025fae74d196ff680a57ccb247a2 (patch) | |
tree | 08615f174d96c3d5bb0069b26f8b78711fdf2079 | |
parent | 07d30629d78474ed810cad73ead71db96079aff0 (diff) |
Correction to sqlite path.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df61f24..7c44675 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ set(FUD_HEADERS "include/fud_unique_array.hpp" "include/fud_utf8.hpp" "include/fud_utf8_iterator.hpp" - "include/fud_sqlite" + "include/fud_sqlite.hpp" "include/fud_directory.hpp" ) |