添加注册WindwosTerminal右键菜单工具。

This commit is contained in:
2026-02-26 09:45:25 +08:00
parent 5e34ff415b
commit c3fe31a3bf
8 changed files with 576 additions and 35 deletions

5
wt_reg/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(wt_reg LANGUAGES CXX)
add_executable(wt_reg main.cpp)