xref: /openbmc/google-misc/acpi-power-state-daemon/subprojects/libcr51sign/meson.build (revision 24c61c7ee8583830fd0916b7b2c7bf0561569e0f)
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',
191dfe24eaSPatrick Williams    meson_version: '>=1.1.1',
20*24c61c7eSPatrick Williams    default_options: ['warning_level=3', 'werror=true', 'c_std=c18'],
21*24c61c7eSPatrick Williams)
227a33704cSNan Zhou
235acaca2fSWilliam A. Kennington IIIsubdir('include')
245acaca2fSWilliam A. Kennington IIIsubdir('src')
25