From 9e9539472c15510d348c44ca0790eca4faa9ef51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 3 Sep 2017 22:05:48 +0200 Subject: [PATCH] renamed the project in the cmakelists clion file --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c991ee4..ddd05cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.7) # Do not attempt to build it with cmake, use make instead. # ################################################################### -project(esp_vt100_firmware) +project(ESPTerm) set(CMAKE_CXX_STANDARD GNU99) @@ -165,4 +165,4 @@ add_definitions( -DDEBUG_HEAP=1 -DESPFS_HEATSHRINK) -add_executable(esp_vt100_firmware ${SOURCE_FILES}) +add_executable(ESPTerm ${SOURCE_FILES})