Sign in
skia
/
third_party
/
fontconfig
/
401d521c1f68ce16c1fa62caf307a1869ba63c48
/
.
/
fc-case
/
meson.build
blob: a14b6350efc4b99e84478ac2d97d0a77480dcf1c [
file
] [
log
] [
blame
]
fccase_h
=
custom_target
(
'fccase.h'
,
output
:
'fccase.h'
,
input
:
[
'CaseFolding.txt'
,
'fccase.tmpl.h'
],
command
:
[
find_program
(
'fc-case.py'
),
'@INPUT0@'
,
'--template'
,
'@INPUT1@'
,
'--output'
,
'@OUTPUT@'
])