• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright © Microsoft Corporation
2# SPDX-License-Identifier: MIT
3
4subdir('compiler')
5if with_microsoft_clc
6  subdir('clc')
7endif
8if with_spirv_to_dxil or with_microsoft_vk
9  subdir('spirv_to_dxil')
10endif
11if with_microsoft_vk
12  subdir('vulkan')
13endif
14