From c1439801c2e59f3940997f852d60167a9e4da536 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 26 Jun 2018 14:12:07 +0200 Subject: [PATCH] Renamed binary/project to ESGRAF48 --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 383d65e..57ed466 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6) -project(LogoTest LANGUAGES CXX) +project(ESGRAF48 LANGUAGES CXX) find_package(Qt5Widgets REQUIRED)