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.
This commit is contained in:
parent
609b7e2535
commit
241ed70b5b
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue