• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1executable(
2  'ich_descriptors_tool',
3  sources : [
4    'ich_descriptors_tool.c',
5    '../../ich_descriptors.c',
6  ],
7  include_directories : include_dir,
8  c_args : [
9    '-DICH_DESCRIPTORS_FROM_DUMP_ONLY',
10  ],
11)
12