• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright © 2021 Ilia Mirkin
2# SPDX-License-Identifier: MIT
3
4subdir('drm')
5subdir('headers')
6subdir('winsys')
7if with_nouveau_vk
8  subdir('compiler')
9endif
10if with_tools.contains('drm-shim')
11  subdir('drm-shim')
12endif
13
14subdir('codegen')
15if with_nouveau_vk
16  subdir('nil')
17  subdir('mme')
18  subdir('vulkan')
19endif
20