e5f195da33
Add few recently added SVG files used for bitmap bundles in samples also to bakefiles and CMakeLists. Closes #22197.
20 lines
414 B
XML
20 lines
414 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="wizard" template="wx_sample" template_append="wx_append">
|
|
<sources>wizard.cpp</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
<wx-data id="data">
|
|
<files>
|
|
wiztest.svg
|
|
wiztest2.svg
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|