Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientInit

The initial parameters when setting up the CMake client. The client init routines will automatically perform the server handshake and set the the appropriate settings. This is also where callbacks for progress and message handlers are set.

Hierarchy

Index

Properties

binaryDir

binaryDir: string

cmakePath

cmakePath: string

environment

environment: ProcessEnv

onDirty

onDirty: function

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

onMessage

onMessage: function

Type declaration

onProgress

onProgress: function

Type declaration

pickGenerator

pickGenerator: function

Type declaration

sourceDir

sourceDir: string

Methods

onOtherOutput

  • onOtherOutput(m: string): Promise<void>

Generated using TypeDoc