Files @ r28487:2130fff7270c
Branch filter:

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

Peter Nelson
Codechange: Make all NWidgetPart arrays constexpr.

This ensures that the arrays are not created at runtime and prevents using non-constexpr values.
1
2
3
4
5
add_files(
    scriptrun.cpp
    scriptrun.h
    CONDITION ICU_i18n_FOUND
)