Skip to content

Commit

Permalink
Include Sweep.hpp in output zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 22, 2017
1 parent 0367250 commit c51aa86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releases.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ task userSharedZip(type: Zip) {

// Copy include files from cpp project
from(file(cppInclude)) {
include '**/*.h'
include '**/*.hpp'
into '/cpp/include'
}

Expand Down Expand Up @@ -186,7 +186,7 @@ task userStaticZip(type: Zip) {

// Copy include files from cpp project
from(file(cppInclude)) {
include '**/*.h'
include '**/*.hpp'
into '/cpp/include'
}

Expand Down

0 comments on commit c51aa86

Please sign in to comment.