Random files, maybe due to flutter run.

This commit is contained in:
2025-01-30 20:01:05 -07:00
parent a4ad5823aa
commit 26f688cfe9
19 changed files with 45 additions and 180 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.14)
project(flutter_expense_tracker LANGUAGES CXX)
project(flutter_empty 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_expense_tracker")
set(BINARY_NAME "flutter_empty")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.