# Copyright (c) 2019 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)

set(hashing_headers pika/hashing/fibhash.hpp)

set(hashing_sources)

include(pika_add_module)
pika_add_module(
  pika hashing
  GLOBAL_HEADER_GEN ON
  SOURCES ${hashing_sources}
  HEADERS ${hashing_headers}
  MODULE_DEPENDENCIES pika_config
  CMAKE_SUBDIRS examples tests
)
