# Copyright 2019-2021 Lawrence Livermore National Security, LLC and other YGM
# Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: MIT

add_ygm_example(word_counter)
add_ygm_example(map_visit_optional_arguments)
add_ygm_example(map_set)
add_ygm_example(map_visit)
add_ygm_example(bag_gather)
add_ygm_example(map_insert_if_missing)
add_ygm_example(multimap_visit_group)
add_ygm_example(disjoint_set_cc)
add_ygm_example(disjoint_set_spanning_tree)
add_ygm_example(disjoint_set_async_union_and_execute)
add_ygm_example(counting_set_topk)
add_ygm_example(alg_spmv)
add_ygm_example(alg_pagerank)
