The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
391 B
15 lines
391 B
3 years ago
|
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]
|