forked from LeenkxTeam/Kmake
12 lines
354 B
JavaScript
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
|