Skip to content

Commit

Permalink
Added korefile.js, making linc_imgui act as Kha library
Browse files Browse the repository at this point in the history
  • Loading branch information
CoruNethron committed Mar 31, 2018
1 parent 3b034f9 commit e7861a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions korefile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var project = new Project('linc_imgui', __dirname);

project.addFile('linc/**');
project.addIncludeDir('linc');
project.addFile('lib/imgui/*.cpp');
project.addIncludeDir('lib/imgui');

resolve(project);

0 comments on commit e7861a1

Please sign in to comment.