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
Fix #10490: Allow ships to exit depots if another is not moving at the exit point...
[openttd-github.git]
/
src
/
os
/
windows
/
CMakeLists.txt
blob
dd446f7ac67fc3ef34dd63c11399d0759cd17a72
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
12
)
13
14
if(WIN32)
15
target_sources(openttd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/win32_main.cpp)
16
endif()