Skip to content

Commit

Permalink
Copy nvcomp-2.3 shared libs from the cudfjni build (NVIDIA#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Brennan <jimb@nvidia.com>
  • Loading branch information
jbrennan333 authored May 25, 2022
1 parent d4bbeed commit ba96753
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,14 @@
<include>libcufilejni.so</include>
</includes>
</resource>
<resource>
<directory>${libcudfjni.build.path}</directory>
<includes>
<include>libnvcomp.so</include>
<include>libnvcomp_gdeflate.so</include>
<include>libnvcomp_bitcomp.so</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
Expand Down

0 comments on commit ba96753

Please sign in to comment.