Files @ r28487:2130fff7270c
Branch filter:

Location: cpp/openttd-patchpack/source/src/tests/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.
add_test_files(
    landscape_partial_pixel_z.cpp
    math_func.cpp
    mock_environment.h
    mock_fontcache.h
    mock_spritecache.cpp
    mock_spritecache.h
    string_func.cpp
    strings_func.cpp
    test_main.cpp
    test_script_admin.cpp
    test_window_desc.cpp
)