From a32239825734a16b0c2966168ccf6cb44a2cca3e Mon Sep 17 00:00:00 2001 From: Viktor Elofsson Date: Tue, 5 Dec 2023 08:14:48 +0100 Subject: [PATCH] Adds pread_disk_io.cpp and pread_storage.cpp to CMakeList sources --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 584058a8046..778ef5d694d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -384,6 +384,8 @@ set(sources posix_disk_io.cpp posix_part_file.cpp posix_storage.cpp + pread_disk_io.cpp + pread_storage.cpp proxy_base.cpp proxy_settings.cpp puff.cpp