From 1527927643b6af3d083d5eaec28cf34f965712c5 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Wed, 13 Jan 2021 09:03:04 +0100 Subject: [PATCH] Add new wxImageList test files to CMake --- build/cmake/tests/gui/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/cmake/tests/gui/CMakeLists.txt b/build/cmake/tests/gui/CMakeLists.txt index 91ba5faffb..ed839a0aba 100644 --- a/build/cmake/tests/gui/CMakeLists.txt +++ b/build/cmake/tests/gui/CMakeLists.txt @@ -25,6 +25,7 @@ set(TEST_GUI_SRC graphics/coords.cpp graphics/graphmatrix.cpp graphics/graphpath.cpp + graphics/imagelist.cpp config/config.cpp controls/auitest.cpp controls/bitmapcomboboxtest.cpp @@ -173,6 +174,8 @@ set(TEST_GUI_DATA image/paste_result_background_plus_overlay_transparent_border_opaque_square.png image/paste_result_background_plus_overlay_transparent_border_semitransparent_square.png image/paste_result_no_background_square_over_circle.png + image/wx.png + image/wx.ico intl/ja/internat.mo intl/ja/internat.po )