# Copyright (c) 2023 - 2025 Chair for Design Automation, TUM
# Copyright (c) 2025 Munich Quantum Software Company GmbH
# All rights reserved.
#
# SPDX-License-Identifier: MIT
#
# Licensed under the MIT License

# add the IR bindings package
add_subdirectory(ir)

# add the DD bindings package
add_subdirectory(dd)

# add the NA bindings package
add_subdirectory(na)

# add the FoMaC bindings package
add_subdirectory(fomac)
