Files
Kmake/lib/kmake/Configuration.js
2026-05-26 23:36:42 -07:00

12 lines
354 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Configuration = void 0;
exports.Configuration = {
Debug: 'Debug',
CodeAnalysis: 'CodeAnalysis',
Profile: 'Profile',
Profile_FastCap: 'Profile_FastCap',
Release: 'Release',
Release_LTCG: 'Release_LTCG'
};
//# sourceMappingURL=Configuration.js.map