Skip to content

Commit

Permalink
Delete quickhull, use builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Nov 30, 2023
1 parent f810e84 commit 39acb39
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 5,256 deletions.
11 changes: 9 additions & 2 deletions bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<dependencies>
Expand Down Expand Up @@ -60,6 +60,13 @@
<include>libmanifold.dylib</include>
</includes>
</resource>
<resource>
<directory>../../build/src/third_party</directory>
<includes>
<include>libquickhull.so</include>
<include>libquickhull.dylib</include>
</includes>
</resource>
<resource>
<directory>../../build/src/cross_section</directory>
<includes>
Expand Down
Loading

0 comments on commit 39acb39

Please sign in to comment.