Files
openttd/src/tests/CMakeLists.txt
Peter Nelson 1c94fb0389 Add: Mock sprite cache intialization.
This fills up the sprite cache with SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT zero-size sprites, to
allow GetSpriteSize() calls to continue from unit-tests.
2023-11-05 19:24:59 +00:00

13 lines
249 B
CMake

add_test_files(
landscape_partial_pixel_z.cpp
math_func.cpp
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
)