feat:implementacion grafica 2.0

This commit is contained in:
25030248hasel
2026-05-22 18:51:55 -06:00
33 changed files with 851 additions and 0 deletions

View File

@@ -1,10 +1,18 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.14)
<<<<<<< HEAD
project(flutter_application_1 LANGUAGES CXX)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "flutter_application_1")
=======
project(recoleccion_residuos LANGUAGES CXX)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "recoleccion_residuos")
>>>>>>> ffb5bdb346bb7ba0556931b52a489d47eca0d902
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.