forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Kinc/Tests/Input/kfile.js
Normal file
10
Kha/Kinc/Tests/Input/kfile.js
Normal file
@ -0,0 +1,10 @@
|
||||
let project = new Project('Input');
|
||||
|
||||
await project.addProject('../../');
|
||||
|
||||
project.addFile('Sources/**');
|
||||
project.setDebugDir('Deployment');
|
||||
|
||||
project.flatten();
|
||||
|
||||
resolve(project);
|
Reference in New Issue
Block a user