Slackbot
02/09/2024, 7:10 PMWill Jackson
02/09/2024, 7:59 PMdid you use thenope, my issue was just withtask then ran on the command lineinstall
./gradlew runTests
. Install wasn't copying over the shared library, which is what I figured it should be doing and why I added my Copy hack. Maybe I'm just configuring something incorrectly...? It's odd, though, because compile and link worked fine against the dependency project, just not running.daniel
02/09/2024, 9:09 PMruntime*
Configuration
. I’m guessing where we didn’t originally attached the library is one of the many open question: “how do you know the binary produced is a shared library vs a static library” and “how to locate the import library on windows”. Aside from those, you could modify the sample to attach the binary.