UNPKG

cmake-ts

Version:

cmake-js rewrite in typescript to support advanced build configurations

12 lines (11 loc) 320 B
import type { BuildConfiguration } from "./config-types.d"; export declare const HOME_DIRECTORY: string; export declare function getPathsForConfig(config: BuildConfiguration): { externalPath: string; winLibs: { dir: string; name: string; }[]; tarPath: string; headerOnly: boolean; };