-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cmake-format
80 lines (78 loc) · 1.68 KB
/
.cmake-format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# This file is part of the Zephir.
#
# (c) Phalcon Team <[email protected]>
#
# For the full copyright and license information, please view
# the LICENSE file that was distributed with this source code.
parse:
additional_commands:
lcov_merge_files:
kwargs:
OUTFILE: 1
FILES: '*'
FLAGS: '*'
REMOVE_PATTERNS: '*'
conan_cmake_run:
kwargs:
CONANFILE: 1
ARCH: 1
BUILD_TYPE: 1
INSTALL_FOLDER: 1
CONAN_COMMAND: 1
DEBUG_PROFILE: '*'
RELEASE_PROFILE: '*'
RELWITHDEBINFO_PROFILE: '*'
MINSIZEREL_PROFILE: '*'
PROFILE REQUIRES: '*'
OPTIONS IMPORTS: '*'
SETTINGS: '*'
BUILD: '*'
ENV: '*'
GENERATORS: '*'
PROFILE_AUTO: '*'
INSTALL_ARGS: '*'
flags:
- BASIC_SETUP
- CMAKE_TARGETS
- UPDATE
- KEEP_RPATHS
- NO_LOAD
- NO_OUTPUT_DIRS
- OUTPUT_QUIET
- NO_IMPORTS
gtest_discover_tests:
flags:
- NO_PRETTY_TYPES
- NO_PRETTY_TYPES
kwargs:
EXTRA_ARGS: '*'
TEST_PREFIX: '*'
TEST_SUFFIX: '*'
PROPERTIES: '*'
TEST_LIST: '*'
DISCOVERY_TIMEOUT: '*'
WORKING_DIRECTORY: '*'
find_package_handle_standard_args:
kwargs:
REQUIRED_VARS: '*'
VERSION_VAR: '*'
target_include_directories:
pargs: 1
flags:
- SYSTEM
- BEFORE
kwargs:
INTERFACE: '*'
PUBLIC: '*'
PRIVATE: '*'
markup:
bullet_char: '*'
enum_char: .
first_comment_is_literal: true
misc:
per_command: {}
# Local Variables:
# mode: yaml
# tab-width: 2
# indent-tabs-mode: nil
# End: