1# Copyright 2018 Google LLC
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#     http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15tab_size = 4
16separate_ctrl_name_with_space = True
17enable_sort = True
18autosort = True
19
20additional_commands = {
21    "externalproject_add": {
22        "flags": [],
23        "kwargs": {
24            "BUILD_COMMAND": "+",
25            "BUILD_BYPRODUCTS": "+",
26            "CMAKE_ARGS": "+",
27            "COMMAND": "+",
28            "CONFIGURE_COMMAND": "+",
29            "DEPENDS": "+",
30            "DOWNLOAD_COMMAND": "+",
31            "EXCLUDE_FROM_ALL": 1,
32            "INSTALL_COMMAND": "+",
33            "INSTALL_DIR": 1,
34            "LIST_SEPARATOR": 1,
35            "TEST_COMMAND": "+",
36            "PATCH_COMMAND": "+",
37            "LOG_BUILD": 1,
38            "LOG_CONFIGURE": 1,
39            "LOG_DOWNLOAD": 1,
40            "LOG_INSTALL": 1,
41            "PREFIX": 1,
42            "URL": 1,
43            "URL_HASH": 1,
44            "BUILD_ALWAYS": 1,
45        },
46    }
47}
48