From c220ec1022730cce97de69e98c708df866e4e697 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Fri, 12 Nov 2021 17:12:10 +0100 Subject: [PATCH] Add new image files used in the test to CMake too This should have been done in 20208cc81f (Fix loading bitmaps with malformed biClrUsed field, 2021-11-05), but was forgotten there. See https://github.com/wxWidgets/wxWidgets/pull/2583 --- build/cmake/tests/gui/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/cmake/tests/gui/CMakeLists.txt b/build/cmake/tests/gui/CMakeLists.txt index 0333a85731..d581676179 100644 --- a/build/cmake/tests/gui/CMakeLists.txt +++ b/build/cmake/tests/gui/CMakeLists.txt @@ -144,6 +144,8 @@ set(TEST_GUI_DATA horse.tga horse.tif horse.xpm + image/8bpp-colorsused-large.bmp + image/8bpp-colorsused-negative.bmp image/horse_grey.bmp image/horse_grey_flipped.bmp image/horse_rle4.bmp