mie: tool: split internal command into several different subcommands

This commit is contained in:
2026-01-25 15:10:23 +00:00
parent 00152cac56
commit 5873326138
6 changed files with 572 additions and 51 deletions

View File

@@ -1,6 +1,7 @@
file(GLOB tool_sources
*.c *.h
cmd/*.c cmd/*.h)
cmd/*.c cmd/*.h
cmd/internal/*.c)
if (WIN32)
set(rc_file ${CMAKE_CURRENT_SOURCE_DIR}/../res/win32/frontend.rc)