Update: Translations from eints
[openttd-github.git] / src / os / unix / CMakeLists.txt
blobf6c40d015f108b453bc623a15005d72c2d7fb39e
1 add_files(
2     crashlog_unix.cpp
3     survey_unix.cpp
4     CONDITION UNIX AND NOT APPLE
7 add_files(
8     library_loader_unix.cpp
9     unix.cpp
10     CONDITION UNIX
13 add_files(
14     font_unix.cpp
15     CONDITION Fontconfig_FOUND
18 if(UNIX AND NOT APPLE)
19     target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/unix_main.cpp)
20 endif()