xref: /aosp_15_r20/external/flashrom/subprojects/packagefiles/cmocka-1.1.5/private/meson.build (revision 0d6140be3aa665ecc836e8907834fcd3e3b018fc)
1*0d6140beSAndroid Build Coastguard Worker# Copyright © 2018 Intel Corporation
2*0d6140beSAndroid Build Coastguard Worker#
3*0d6140beSAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License");
4*0d6140beSAndroid Build Coastguard Worker# you may not use this file except in compliance with the License.
5*0d6140beSAndroid Build Coastguard Worker# You may obtain a copy of the License at
6*0d6140beSAndroid Build Coastguard Worker#
7*0d6140beSAndroid Build Coastguard Worker#     http://www.apache.org/licenses/LICENSE-2.0
8*0d6140beSAndroid Build Coastguard Worker#
9*0d6140beSAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software
10*0d6140beSAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS,
11*0d6140beSAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*0d6140beSAndroid Build Coastguard Worker# See the License for the specific language governing permissions and
13*0d6140beSAndroid Build Coastguard Worker# limitations under the License.
14*0d6140beSAndroid Build Coastguard Worker
15*0d6140beSAndroid Build Coastguard Worker
16*0d6140beSAndroid Build Coastguard Worker## This file sets the config.h header for standard builds (e.g., not native: true)
17*0d6140beSAndroid Build Coastguard Worker
18*0d6140beSAndroid Build Coastguard Workerconfig_h = configure_file(
19*0d6140beSAndroid Build Coastguard Worker  configuration : config,
20*0d6140beSAndroid Build Coastguard Worker  output : 'config.h',
21*0d6140beSAndroid Build Coastguard Worker)
22*0d6140beSAndroid Build Coastguard Worker
23*0d6140beSAndroid Build Coastguard Workerinc_private = include_directories('.')
24