From a8a58cd75b64286d0e425b46cd4e711fbe36769a Mon Sep 17 00:00:00 2001 From: Filipe Rodrigues Date: Sun, 15 Dec 2024 05:04:29 +0000 Subject: [PATCH] Renamed project to `proj1`. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a7f2f4..3c26985 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ cmake_minimum_required(VERSION 3.16) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(tpl2) +project(proj1)