Files
LNXSDK/Kha/Kore/Tests/Input/kfile.js

11 lines
189 B
JavaScript
Raw Normal View History

2026-05-22 01:09:33 -07:00
let project = new Project('Input');
await project.addProject('../../');
project.addFile('Sources/**');
project.setDebugDir('Deployment');
project.flatten();
resolve(project);