# Copyright (c) ONNX Project Contributors
# SPDX-License-Identifier: Apache-2.0

target_sources(onnx_core PRIVATE
    defs.cc
    old.cc
    utils.cc
    utils.h
)
