Update: Translations from eints
[openttd-github.git] / src / os / macosx / CMakeLists.txt
bloba494825b493750b06b9b72ab9432db9112e878a3
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
14 if(APPLE)
15     target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/osx_main.cpp)
16 endif()