Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fix ntcoreExe build model. (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Aug 4, 2017
1 parent 8209ba8 commit 7f776de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ model {
sources {
cpp {
lib library: "ntcore"
source {
srcDirs 'src/dev/native/cpp'
include '**/*.cpp'
}
exportedHeaders {
srcDirs 'src/dev/native/include'
}
}
}
}
Expand Down

0 comments on commit 7f776de

Please sign in to comment.