From c96014db27098da044b2f4176230be7a06e50008 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Thu, 9 Apr 2020 21:35:21 +0200 Subject: [PATCH] CMake: install toucan.png with widgets sample It is used on the StaticBitmap page. --- build/cmake/samples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/samples/CMakeLists.txt b/build/cmake/samples/CMakeLists.txt index bb0df2e8d5..7b3a9dead2 100644 --- a/build/cmake/samples/CMakeLists.txt +++ b/build/cmake/samples/CMakeLists.txt @@ -213,7 +213,7 @@ wx_list_add_prefix(WIDGETS_RC_FILES icons/ stattext.xpm text.xpm timepick.xpm toggle.xpm ) wx_add_sample(widgets IMPORTANT ${SAMPLE_WIDGETS_SRC} - DATA ${WIDGETS_RC_FILES} textctrl.cpp + DATA ${WIDGETS_RC_FILES} textctrl.cpp ../image/toucan.png ) wx_add_sample(wizard DEPENDS wxUSE_WIZARDDLG) wx_add_sample(wrapsizer)