Fix 908ee729: Inverted condition prevented actually writing data to files. (#12941)
[openttd-github.git] / src / saveload / CMakeLists.txt
blob5c917f3a35e1458ec73b5b363bff7c10df51cd8d
1 add_subdirectory(compat)
3 add_files(
4     afterload.cpp
5     ai_sl.cpp
6     airport_sl.cpp
7     animated_tile_sl.cpp
8     autoreplace_sl.cpp
9     cargomonitor_sl.cpp
10     cargopacket_sl.cpp
11     cheat_sl.cpp
12     company_sl.cpp
13     depot_sl.cpp
14     economy_sl.cpp
15     engine_sl.cpp
16     game_sl.cpp
17     gamelog_sl.cpp
18     goal_sl.cpp
19     group_sl.cpp
20     industry_sl.cpp
21     labelmaps_sl.cpp
22     league_sl.cpp
23     linkgraph_sl.cpp
24     map_sl.cpp
25     misc_sl.cpp
26     newgrf_sl.cpp
27     newgrf_sl.h
28     object_sl.cpp
29     oldloader.cpp
30     oldloader.h
31     oldloader_sl.cpp
32     order_sl.cpp
33     randomizer_sl.cpp
34     saveload.cpp
35     saveload.h
36     saveload_filter.h
37     saveload_internal.h
38     settings_sl.cpp
39     signs_sl.cpp
40     station_sl.cpp
41     storage_sl.cpp
42     strings_sl.cpp
43     story_sl.cpp
44     subsidy_sl.cpp
45     town_sl.cpp
46     vehicle_sl.cpp
47     waypoint_sl.cpp
48     water_regions_sl.cpp