Files @ r28519:990ea5120e84
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/monocypher/CMakeLists.txt

Patric Stout
Add: monocypher 4.0.2

Monocypher will take care of all our encryption needs; as most
OSes and vcpkg doesn't have it available, we vendor it.
1
2
3
4
5
6
add_files(
    monocypher-ed25519.cpp
    monocypher-ed25519.h
    monocypher.cpp
    monocypher.h
)