Skip to content

Commit

Permalink
Copy all libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 10, 2023
1 parent 4b361c7 commit 4503c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ ext.outputsFolder = file("$buildDir/outputs")

tasks.register('copyNativeLibrary', Sync) {
from "${projectDir}/cmake_build/bin/"
from "${projectDir}/cmake_build/lib/"
into "${outputsFolder}/nativelibraries/${nativeName}/"
include "**/*.dll"
include "**/*.dll", "**/*.so"

// And flatten, since windows is stupid
eachFile {
Expand Down

0 comments on commit 4503c0f

Please sign in to comment.