repo.or.cz
/
openttd-github.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update: Translations from eints
[openttd-github.git]
/
src
/
os
/
macosx
/
CMakeLists.txt
blob
a494825b493750b06b9b72ab9432db9112e878a3
1
add_files(
2
crashlog_osx.cpp
3
font_osx.cpp
4
font_osx.h
5
macos.h
6
macos.mm
7
osx_stdafx.h
8
string_osx.cpp
9
string_osx.h
10
survey_osx.cpp
11
CONDITION APPLE
12
)
13
14
if(APPLE)
15
target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/osx_main.cpp)
16
endif()