From 241ed70b5bb643ba7c84e420d9cbba7618bed194 Mon Sep 17 00:00:00 2001 From: PB Date: Mon, 5 Jun 2023 20:27:49 +0200 Subject: [PATCH] Copy all data files needed by XRC sample when building with CMake XPM files demonstrating the use of wxBitmapBundle in the XRC files were not copied when building the XRC sample with CMake. This should have been part of eaa769a (Use wxBitmapBundle in wxBitmapComboBox XRC handler, 2022-02-09). Closes #23612. --- build/cmake/samples/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/cmake/samples/CMakeLists.txt b/build/cmake/samples/CMakeLists.txt index 40e2aacd4a..0519177e75 100644 --- a/build/cmake/samples/CMakeLists.txt +++ b/build/cmake/samples/CMakeLists.txt @@ -224,11 +224,11 @@ wx_add_sample(wrapsizer) wx_list_add_prefix(XRC_RC_FILES rc/ aui.xpm aui.xrc - artprov.xpm artprov.xrc basicdlg.xpm - basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc - derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc + artprov.xpm artprov.xrc basicdlg.xpm basicdlg2.xpm + basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas2.xpm custclas.xrc + derivdlg.xpm derivdlg2.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif - resource.xrc toolbar.xrc uncenter.xpm + resource.xrc toolbar.xrc uncenter.xpm uncenter2.xpm objref.xrc objrefdlg.xpm uncenter.xrc update.gif variable.xpm variable.xrc