From 0f9e094156e3b1b92fe51dcea6fe27df5a491826 Mon Sep 17 00:00:00 2001 From: Felix Petriconi Date: Thu, 8 Sep 2022 01:46:19 +0200 Subject: [PATCH] Add missing files so that stlab can be consumed as library (#497) * Add missing files so that stlab can be consumed as library after using cmake configure and install * Add missing files so that stlab can be consumed as library after using cmake configure and install --- stlab/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stlab/CMakeLists.txt b/stlab/CMakeLists.txt index 430757b6d..2cb5c2b77 100644 --- a/stlab/CMakeLists.txt +++ b/stlab/CMakeLists.txt @@ -5,7 +5,9 @@ target_sources( stlab INTERFACE FILES algorithm/reverse.hpp + concurrency/await.hpp concurrency/channel.hpp + concurrency/concurrency.hpp concurrency/default_executor.hpp concurrency/executor_base.hpp concurrency/future.hpp @@ -13,6 +15,9 @@ target_sources( stlab INTERFACE concurrency/main_executor.hpp concurrency/optional.hpp concurrency/progress.hpp + concurrency/ready_future.hpp + concurrency/serial_queue.hpp + concurrency/set_current_thread_name.hpp concurrency/system_timer.hpp concurrency/task.hpp concurrency/traits.hpp @@ -26,10 +31,11 @@ target_sources( stlab INTERFACE copy_on_write.hpp enum_ops.hpp - forest_algorithms.hpp forest.hpp + forest_algorithms.hpp functional.hpp memory.hpp + pre_exit.hpp scope.hpp utility.hpp version.hpp