# Copyright (c) 2020-2021 The STE||AR-Group
#
# SPDX-License-Identifier: BSL-1.0
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

# Do not edit this file! It has been generated by the
# libs/create_module_skeleton.py script.

include(pika_message)

# cmake-format: off
set(_pika_modules
    affinity
    allocator_support
    assertion
    async_base
    async_combinators
    async_cuda
    async
    async_mpi
    command_line_handling
    concepts
    concurrency
    config
    coroutines
    datastructures
    debugging
    errors
    execution
    execution_base
    executors
    filesystem
    functional
    futures
    hashing
    include
    ini
    init_runtime
    iterator_support
    itt_notify
    lcos
    lock_registration
    logging
    memory
    mpi_base
    pack_traversal
    prefix
    preprocessor
    program_options
    properties
    resource_partitioner
    runtime_configuration
    runtime
    schedulers
    string_util
    synchronization
    tag_invoke
    thread_pool_util
    thread_pools
    thread_support
    threading
    threading_base
    thread_manager
    timing
    topology
    type_support
    util
    version
)
# cmake-format: on

pika_info("")
pika_info("  Configuring libpika modules:")

foreach(module ${_pika_modules})
  add_subdirectory(${module})
endforeach()
