Files @ r28520:f9aebe299cae
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/fmt/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
7
8
9
add_files(
    chrono.h
    core.h
    format.h
    format-inl.h
    ostream.h
    ranges.h
    std.h
)