Skip to content
Snippets Groups Projects
Commit 9821ebf5 authored by Vicente Bolea's avatar Vicente Bolea
Browse files

java: add versioned libs to jar

This is needed since VTK-m libs in our CI builds are versioned. In
general is unreasonable to except thirparty libs  to support unversioned
builds. For that reason include versioned libs in the generated
native JAR.
parent ed534165
No related merge requests found
......@@ -25,6 +25,7 @@ file (INSTALL "${install_prefix_dir}/bin/"
file (INSTALL
"${install_prefix_dir}/@CMAKE_INSTALL_JNILIBDIR@/"
DESTINATION "${install_prefix_dir}/${NATIVE_NAME}"
FOLLOW_SYMLINK_CHAIN
FILES_MATCHING
PATTERN *.dll
PATTERN *.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment