aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/modules/cmake/options.yaml
blob: d39132ce4f8d94e908e54291ab291b279501f96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: cmake_options
long_name: CMake subproject options
description: Central configuration object for CMake subprojects
since: 0.55.0

methods:
- name: add_cmake_defines
  returns: void
  description: Add CMake defines (`-D<VAR>=<VAL>`) to the CMake commandline

  varargs:
    name: defines
    description: A `key` `value` map of CMake defines to add (`-D<key>=<val>`)
    type: dict[str]