cmake-ts
Version:
cmake-js rewrite in typescript to support advanced build configurations
8 lines (7 loc) • 389 B
TypeScript
export declare function getMsvcArch(arch: string): string;
/**
* Setup MSVC Developer Command Prompt
* @param {string} arch - Target architecture
* @param {string | undefined} vsversion - The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019").
*/
export declare function setupMSVCDevCmd(arch: string, vsversion?: string): void;