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
/
unix
/
CMakeLists.txt
blob
f6c40d015f108b453bc623a15005d72c2d7fb39e
1
add_files(
2
crashlog_unix.cpp
3
survey_unix.cpp
4
CONDITION UNIX AND NOT APPLE
5
)
6
7
add_files(
8
library_loader_unix.cpp
9
unix.cpp
10
CONDITION UNIX
11
)
12
13
add_files(
14
font_unix.cpp
15
CONDITION Fontconfig_FOUND
16
)
17
18
if(UNIX AND NOT APPLE)
19
target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/unix_main.cpp)
20
endif()