• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright © 2022 Imagination Technologies Ltd.
2# SPDX-License-Identifier: MIT
3
4imagination_c_args = cc.get_supported_arguments(
5  '-Werror=pointer-arith',
6)
7
8inc_imagination = include_directories([
9  '.',
10  'common',
11  'include',
12])
13
14if with_imagination_vk
15  subdir('common')
16  subdir('csbgen')
17  subdir('pco')
18  subdir('rogue')
19  subdir('vulkan')
20endif
21