Skip to content

Commit

Permalink
Add missing files so that stlab can be consumed as library (#497)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
FelixPetriconi authored Sep 7, 2022
1 parent 8137f27 commit 0f9e094
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion stlab/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ 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
concurrency/immediate_executor.hpp
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
Expand All @@ -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
Expand Down

0 comments on commit 0f9e094

Please sign in to comment.