From d2b2720ecb409ee1cc4dca7492548d4f87e57e38 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Mon, 29 Sep 2025 03:05:07 -0500 Subject: [PATCH] use shared ptrs for stream, vfs and ihttpserver and add progress --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1c05ec..3e48d39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,6 +153,7 @@ src/runtime_methods/ogc.cpp src/runtime_methods/path.cpp src/runtime_methods/env.cpp src/runtime_methods/process.cpp +src/runtime_methods/helpers.cpp src/types/async.cpp src/types/associativearray.cpp src/types/any.cpp