Do not use calendar.rc for calendar sample in CMake
The file was removed in16f2c7bb89(Remove unused samples resource files, 2021-10-20) merged as part of3d5664cabe(Merge branch 'samples-dpi-v2-aware', 2021-10-25). Closes https://github.com/wxWidgets/wxWidgets/pull/2565
This commit is contained in:
parent
8d14270636
commit
f8dda6db65
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ wx_add_sample(animate anitest.cpp anitest.h DATA throbber.gif hourglass.ani DEPE
|
|||
wx_add_sample(archive CONSOLE)
|
||||
wx_add_sample(artprov arttest.cpp artbrows.cpp artbrows.h)
|
||||
wx_add_sample(aui auidemo.cpp LIBRARIES wxaui wxhtml NAME auidemo DEPENDS wxUSE_AUI)
|
||||
wx_add_sample(calendar RES calendar.rc DEPENDS wxUSE_CALENDARCTRL)
|
||||
wx_add_sample(calendar DEPENDS wxUSE_CALENDARCTRL)
|
||||
wx_add_sample(caret DEPENDS wxUSE_CARET)
|
||||
wx_add_sample(clipboard DEPENDS wxUSE_CLIPBOARD)
|
||||
wx_add_sample(collpane DEPENDS wxUSE_COLLPANE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue