Files @ r28520:f9aebe299cae
Branch filter:

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

Patric Stout
Codechange: MacOS already has MIN/MAX macros defined

This is caused because we use PreCompile Headers, and one of them
includes a system headers which defines MIN/MAX.
1
2
3
4
5
6
add_files(
    monocypher-ed25519.cpp
    monocypher-ed25519.h
    monocypher.cpp
    monocypher.h
)