You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/os/macosx/CMakeLists.txt

18 lines
296 B
CMake

add_files(
crashlog_osx.cpp
font_osx.cpp
font_osx.h
macos.h
macos.mm
misc_osx.cpp
osx_stdafx.h
string_osx.cpp
string_osx.h
survey_osx.cpp
CONDITION APPLE
)
if(APPLE)
target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/osx_main.cpp)
endif()