TheleCode
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
hg
cpp
»
openttd-patchpack
»
source
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ r28520:f9aebe299cae
Branch filter:
master at f9aebe299cae
master
patchpack
Location:
cpp/openttd-patchpack/source
/
src
/
3rdparty
/
fmt
/
CMakeLists.txt
Show Full History
Show Authors
r28520:f9aebe299cae
104 B
text/plain
Show Annotation
Show as Raw
Download as Raw
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
)