Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheEntryProperties

The properties of a CMake cache entry.

Hierarchy

Index

Properties

advanced

advanced: boolean

Whether this entry is ADVANCED, meaning it hidden from the user.

helpString

helpString: string

key

key: string

The name of the cache entry

type

value

value: any

The entry's value. Type depends on type.

Generated using TypeDoc