refactor: Remove app_main.cc as the application entry point
- Deleted app_main.cc to streamline the project structure, as it is no longer needed. - Updated CMakeLists.txt to remove references to the deleted app_main.cc file, ensuring a clean build configuration.
This commit is contained in:
@@ -482,11 +482,6 @@ if (YAZE_BUILD_LIB)
|
||||
./yaze.cc
|
||||
cli/service/gui/gui_automation_client.cc
|
||||
)
|
||||
|
||||
# Application main entry point (uses controller and full dependencies)
|
||||
set(YAZE_APP_MAIN_SOURCES
|
||||
./app_main.cc
|
||||
)
|
||||
|
||||
if(YAZE_USE_MODULAR_BUILD)
|
||||
# Aggregate modular libraries into an interface target for backward compatibility
|
||||
|
||||
Reference in New Issue
Block a user