Skip to content

Commit

Permalink
Package everything in the include directory (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Oct 28, 2024
1 parent 12fc481 commit a426177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ task cppHeadersZip(type: Zip) {
def resolvedDir = Paths.get(projectDir.canonicalPath).resolve("vcpkg_installed").resolve(triplet).resolve("include")
from(resolvedDir.toFile()) {
into '/'
include '**/*.hpp', '**/*.h'
}

includeEmptyDirs = false
Expand Down

0 comments on commit a426177

Please sign in to comment.