Files @ r28672:8ec1f5f8a9d1
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/CMakeLists.txt

Peter Nelson
Change: Decouple and remove landscape-dependent cargo types. (#11719)

Cargo types of default engines, industries and houses are now specified in terms of label.
1
2
3
4
5
6
7
8
9
add_subdirectory(catch2)
add_subdirectory(fmt)
add_subdirectory(icu)
add_subdirectory(md5)
add_subdirectory(monocypher)
add_subdirectory(squirrel)
add_subdirectory(nlohmann)
add_subdirectory(opengl)
add_subdirectory(openttd_social_integration_api)