forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
lib/aura/Backends/hl/kincfile.js
Normal file
8
lib/aura/Backends/hl/kincfile.js
Normal file
@ -0,0 +1,8 @@
|
||||
const project = new Project("aura-hl");
|
||||
|
||||
project.addIncludeDir("../");
|
||||
|
||||
project.addFile("../common_c/**");
|
||||
project.addFile("aura/**");
|
||||
|
||||
resolve(project);
|
Reference in New Issue
Block a user