From b074909baff0b25a06e475fde4cd3b40df082b47 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 12 Apr 2025 20:20:36 +0100 Subject: [PATCH] cmakelists: fix includes --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79a2513..efb0dde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,8 @@ pkg_check_modules(deps IMPORTED_TARGET openssl sqlite3) target_include_directories(checkpoint PRIVATE "./subprojects/pistache/include" + "./subprojects/glaze/include" + "./subprojects/tinylates/include" "./subprojects/pistache/subprojects/cpp-httplib" "./subprojects/pistache/subprojects/hinnant-date/include" )