OpenTTD/src/widgets
Patric Stout 56d54cf60e Add: introduce CMake for project management
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.

Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.

This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.

Addtiionally, this heavily improves our detection of libraries, etc.
2020-06-05 19:36:05 +02:00
..
ai_widget.h
airport_widget.h
autoreplace_widget.h
bootstrap_widget.h
bridge_widget.h
build_vehicle_widget.h
cheat_widget.h
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
company_widget.h
console_widget.h
date_widget.h
depot_widget.h
dock_widget.h
dropdown_func.h
dropdown_type.h Codechange: Store base set related texts in std::strings. 2020-05-21 20:02:34 +02:00
dropdown_widget.h
dropdown.cpp Codechange: Store base set related texts in std::strings. 2020-05-21 20:02:34 +02:00
engine_widget.h
error_widget.h
fios_widget.h
framerate_widget.h
genworld_widget.h
goal_widget.h
graph_widget.h
group_widget.h
highscore_widget.h
industry_widget.h Feature: Industry directory cargo filtering 2020-01-05 20:52:17 +00:00
intro_widget.h
link_graph_legend_widget.h
main_widget.h
misc_widget.h Codechange: Use a dynamic copyright year 2020-05-06 09:54:36 +01:00
music_widget.h
network_chat_widget.h
network_content_widget.h
network_widget.h
newgrf_debug_widget.h
newgrf_widget.h
news_widget.h
object_widget.h
order_widget.h
osk_widget.h
rail_widget.h
road_widget.h
screenshot_widget.h Feature: Minimap screenshot 2020-01-04 18:21:38 +01:00
settings_widget.h
sign_widget.h
smallmap_widget.h
station_widget.h
statusbar_widget.h
story_widget.h
subsidy_widget.h
terraform_widget.h
timetable_widget.h
toolbar_widget.h
town_widget.h
transparency_widget.h
tree_widget.h
vehicle_widget.h
viewport_widget.h
waypoint_widget.h