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:
@@ -1,4 +1,4 @@
|
||||
#include "cli/z3ed.h"
|
||||
#include "cli/cli.h"
|
||||
#include "app/gfx/scad_format.h"
|
||||
#include "app/gfx/arena.h"
|
||||
#include "absl/flags/flag.h"
|
||||
|
||||
Reference in New Issue
Block a user