Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VarFileOption

A choice loaded from a cmake-variants.(yaml|json).

Hierarchy

Index

Properties

Optional buildType

buildType: undefined | string

The CMAKE_BUILD_TYPE for the option.

Optional env

Environment variables to set for the option

Optional linkage

linkage: "static" | "shared"

Whether we set BUILD_SHARED_LIBS

Optional long

long: undefined | string

The long description of the option

Optional settings

Other CMake cache arguments for the option

short

short: string

The short description of the option

Generated using TypeDoc