vcpkg/ports/ed25519/usage
Samuel Marks 71ab19baf4
[ed25519] New port (#34517)
* [ports/ed25519] New port

* [ports/ed25519/CMakeLists.txt] Export symbols corrected on shared libs on Windows

* [ports/ed25519/CMakeLists.txt] Export one header ; work on correct DLL exposure for Windows
2023-10-31 12:39:05 -07:00

4 lines
154 B
Plaintext

ed25519 provides CMake targets:
find_package(unofficial-ed25519 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::ed25519::ed25519)