• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 Rob Clark
2# Copyright 2019 Collabora, Ltd.
3# SPDX-License-Identifier: MIT
4
5inc_asahi = include_directories([
6   '.', 'layout', 'lib', 'genxml', 'compiler'
7])
8
9if with_gallium_asahi or with_asahi_vk
10   subdir('genxml')
11   subdir('libagx')
12   subdir('layout')
13   subdir('compiler')
14   subdir('clc')
15   subdir('lib')
16endif
17
18if with_asahi_vk
19   subdir('vulkan')
20endif
21
22if with_tools.contains('drm-shim')
23  subdir('drm-shim')
24endif
25