summaryrefslogtreecommitdiffstats
path: root/util/meson.build
blob: dfc683bcb629dc3f98c487799bca463644b2373e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0-or-later

sources += [
  'util/argconfig.c',
  'util/base64.c',
  'util/crc32.c',
  'util/mem.c',
  'util/suffix.c',
  'util/types.c',
]

if json_c_dep.found()
  sources += [
    'util/json.c',
  ]
endif