spacemeshos / gpu-post

Spacemesh proof of space time gpu optimized setup
GNU General Public License v3.0
29 stars 9 forks source link

Create .a file during windows build of gpu-post #73

Closed fasmat closed 1 year ago

fasmat commented 1 year ago

This adds a build step that converts the .lib and .dll files created from the MSVC build to a .a file that can be used by Mingw for static linking.

Cmake now uses the build directory on all platforms, not just windows. This should avoid cluttering up the workspace with files during a build a removes the necessity to ignore those files in .gitignore.