Skip to content

Commit

Permalink
Publish aruco headers (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotScher authored Nov 5, 2024
1 parent c480bd1 commit 9977f5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ task cppHeadersZip(type: Zip, dependsOn: make) {
exclude '**/CMakeLists.txt'
}

from ('opencv_contrib/modules/aruco') {
into '/opencv2/contrib/aruco'
}

from (project.cmakeBuildDirectory.resolve('opencv2').toFile()) {
into '/opencv2/'
}
Expand Down

0 comments on commit 9977f5a

Please sign in to comment.