Skip to content
Snippets Groups Projects
Forked from Eclipse Projects / Eclipse openpass / yase
6 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.cmake-format 727 B
additional_commands:
  configure_package_config_file:
    flags:
      - NO_SET_AND_CHECK_MACRO
      - NO_CHECK_REQUIRED_COMPONENTS_MACRO
    kwargs:
      INSTALL_DESTINATION: "*"
      PATH_VARS: "*"
      INSTALL_PREFIX: "*"
  find_dependency:
    flags:
      - CONFIG
      - QUIET
      - REQUIRED
    kwargs:
      COMPONENTS: "*"
  gtest_discover_tests:
    flags:
      - NO_PRETTY_TYPES
      - NO_PRETTY_VALUES
    kwargs:
      EXTRA_ARGS: "*"
      WORKING_DIRECTORY: "*"
      TEST_PREFIX: "*"
      TEST_SUFFIX: "*"
      PROPERTIES: "*"
      TEST_LIST: "*"
      DISCOVERY_TIMEOUT: "*"
command_case: canonical
dangle_parens: true
first_comment_is_literal: true
keyword_case: upper
line_width: 120
tab_size: 2