feat:implementacion grafica 2.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user