refactor: Restructure CLI File Organization and Update Includes
- Updated CMakeLists.txt to reflect new file paths for CLI components, enhancing project organization. - Replaced instances of the deprecated z3ed.h with cli.h across multiple handler files, improving code consistency and maintainability. - Organized CLI source files into a dedicated directory structure for better modularity and clarity.
This commit is contained in:
@@ -1038,10 +1038,10 @@ source_group("Application\\Testing" FILES
|
||||
# CLI Tools
|
||||
source_group("CLI" FILES
|
||||
cli/cli_main.cc
|
||||
cli/tui.cc
|
||||
cli/tui.h
|
||||
cli/z3ed.cc
|
||||
cli/z3ed.h
|
||||
cli/tui/tui.cc
|
||||
cli/tui/tui.h
|
||||
cli/cli.cc
|
||||
cli/cli.h
|
||||
)
|
||||
|
||||
source_group("CLI\\Handlers" FILES
|
||||
|
||||
Reference in New Issue
Block a user