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
/
icu
/
CMakeLists.txt
Show Full History
Show Authors
r28520:f9aebe299cae
76 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
add_files(
scriptrun.cpp
scriptrun.h
CONDITION ICU_i18n_FOUND
)