26-2-25 在用版本备份

This commit is contained in:
2026-02-25 21:35:10 +08:00
parent 6aa522f3e2
commit cf51900c96
7 changed files with 334 additions and 8 deletions

View File

@@ -93,11 +93,3 @@ set_property(TARGET QQ PROPERTY FOLDER "demo")
COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/kugou/extract${ARCH_NAME}.bat" "$<TARGET_FILE_DIR:kugou>"
COMMENT "Running extract.bat to conditionally extract dll.zip"
)
# TableView Demo - LayeredWindow + VLayout + TableView + 右键菜单
project(TableViewDemo)
file(GLOB src TableViewDemo/*.*)
add_executable(TableViewDemo WIN32 ${src})
target_include_directories(TableViewDemo PRIVATE ${include})
target_link_libraries(TableViewDemo PRIVATE EzUI)
set_property(TARGET TableViewDemo PROPERTY FOLDER "demo")