We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277d300 commit b1364b5Copy full SHA for b1364b5
1 file changed
libs/core/algorithms/CMakeLists.txt
@@ -270,17 +270,31 @@ add_hpx_module(
270
"hpx/parallel/util/detail/handle_remote_exceptions.hpp"
271
SOURCES ${algorithms_sources}
272
MODULE_DEPENDENCIES
273
+ hpx_async_base
274
hpx_async_combinators
275
hpx_async_local
276
+ hpx_concepts
277
+ hpx_concurrency
278
hpx_config
279
+ hpx_coroutines
280
+ hpx_datastructures
281
+ hpx_errors
282
+ hpx_execution_base
283
hpx_execution
284
hpx_executors
285
+ hpx_functional
286
hpx_futures
287
hpx_iterator_support
288
+ hpx_itt_notify
289
hpx_lcos_local
290
+ hpx_memory
291
hpx_pack_traversal
292
hpx_properties
293
hpx_serialization
294
+ hpx_synchronization
295
+ hpx_tag_invoke
296
+ hpx_threading_base
297
+ hpx_type_support
298
hpx_util
299
${additional_dependencies}
300
CMAKE_SUBDIRS examples tests
0 commit comments