Fix #10490: Allow ships to exit depots if another is not moving at the exit point...
[openttd-github.git] / src / os / windows / CMakeLists.txt
blobdd446f7ac67fc3ef34dd63c11399d0759cd17a72
1 add_files(
2     crashlog_win.cpp
3     font_win32.cpp
4     font_win32.h
5     library_loader_win.cpp
6     string_uniscribe.cpp
7     string_uniscribe.h
8     survey_win.cpp
9     win32.cpp
10     win32.h
11     CONDITION WIN32
14 if(WIN32)
15     target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/win32_main.cpp)
16 endif()