mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
tests/archive: Rename CMake HTML zip sample output to htmlzip
Avoid placing the HTML zip sample executable beside test_base as zip.exe, where the archive tests can mistake it for an external ZIP tool. Keep the sample source directory as samples/html/zip and only rename the CMake target/output.
This commit is contained in:
@@ -35,7 +35,8 @@ wx_add_sample(test
|
|||||||
LIBRARIES wxnet wxhtml NAME htmltest DEPENDS wxUSE_SOCKETS)
|
LIBRARIES wxnet wxhtml NAME htmltest DEPENDS wxUSE_SOCKETS)
|
||||||
wx_add_sample(virtual DATA start.htm LIBRARIES wxhtml)
|
wx_add_sample(virtual DATA start.htm LIBRARIES wxhtml)
|
||||||
wx_add_sample(widget DATA start.htm LIBRARIES wxhtml)
|
wx_add_sample(widget DATA start.htm LIBRARIES wxhtml)
|
||||||
wx_add_sample(zip DATA pages.zip start.htm LIBRARIES wxhtml DEPENDS wxUSE_FS_ZIP)
|
wx_add_sample(zip DATA pages.zip start.htm LIBRARIES wxhtml NAME htmlzip
|
||||||
|
DEPENDS wxUSE_FS_ZIP)
|
||||||
|
|
||||||
set(wxSAMPLE_SUBDIR)
|
set(wxSAMPLE_SUBDIR)
|
||||||
set(wxSAMPLE_FOLDER)
|
set(wxSAMPLE_FOLDER)
|
||||||
|
|||||||
Reference in New Issue
Block a user