jayrulez
(Robert Campbell)
1
Hello again:
I have some shared libraries that are dynamically loaded by my swift application.
I would like to copy these files to the build directory as part of the build process using SwiftPM.
I tried marking the directory with the dlls as a copy resource, but that didn't seem to work.
Is there a standard way to copy artifacts/files to the build directory when using SwiftPM?