17a33704cSNan Zhou# Copyright 2021 Google LLC
27a33704cSNan Zhou#
37a33704cSNan Zhou# Licensed under the Apache License, Version 2.0 (the "License");
47a33704cSNan Zhou# you may not use this file except in compliance with the License.
57a33704cSNan Zhou# You may obtain a copy of the License at
67a33704cSNan Zhou#
77a33704cSNan Zhou#      http://www.apache.org/licenses/LICENSE-2.0
87a33704cSNan Zhou#
97a33704cSNan Zhou# Unless required by applicable law or agreed to in writing, software
107a33704cSNan Zhou# distributed under the License is distributed on an "AS IS" BASIS,
117a33704cSNan Zhou# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127a33704cSNan Zhou# See the License for the specific language governing permissions and
137a33704cSNan Zhou# limitations under the License.
147a33704cSNan Zhou
155acaca2fSWilliam A. Kennington IIIproject(
165acaca2fSWilliam A. Kennington III  'libcr51sign',
175acaca2fSWilliam A. Kennington III  'c',
185acaca2fSWilliam A. Kennington III  version: '0.1',
19*1dfe24eaSPatrick Williams  meson_version: '>=1.1.1',
207a33704cSNan Zhou  default_options: [
215acaca2fSWilliam A. Kennington III    'warning_level=3',
22deb5501aSWilliam A. Kennington III    'werror=true',
235acaca2fSWilliam A. Kennington III    'c_std=c18',
247a33704cSNan Zhou  ])
257a33704cSNan Zhou
265acaca2fSWilliam A. Kennington IIIsubdir('include')
275acaca2fSWilliam A. Kennington IIIsubdir('src')
28