peercoin / coinlib

The most feature-complete *coin library in the entire Dart/Flutter ecosystem.
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

Windows: Use find_file to find secp256k1.dll #26

Closed sneurlax closed 8 months ago

sneurlax commented 8 months ago

In testing we found that CMAKE_BINARY_DIR is usually app/build/windows/x64, but some Windows hosts use app/build/windows. This should support both.