# Copyright (c) 2007-2015 Hartmut Kaiser
# Copyright (c)      2011 Bryce Lelbach
# Copyright (c)      2013 Jeroen Habraken
#
# 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(subdirs
    unordered
    partitioned_vector
   )

foreach(subdir ${subdirs})
  add_hpx_pseudo_target(components.containers_.${subdir})
  add_subdirectory(${subdir})
  add_hpx_pseudo_dependencies(components.containers_
    components.containers_.${subdir})
endforeach()
