# Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved.
# This source file is part of the Cangjie project, licensed under Apache-2.0
# with Runtime Library Exception.
#
# See https://cangjie-lang.cn/pages/LICENSE for license information.

set(COLLECTION_SRCS
    array_list.cj
    hash_map.cj
    hash_set.cj
    tree_map.cj
    set.cj
    map_interface.cj
    concurrent_modification_exception.cj
    end_operation.cj
    middle_operation.cj
    transform_operation.cj
    linked_list.cj
    stack.cj
    array_stack.cj
    queue.cj
    array_deque.cj
    array_queue.cj
    stack.cj
    array_stack.cj
    list_interface.cj
    CACHE INTERNAL "")
