From e2aedd89115e9332584de464931dc2d7a9b6f03d Mon Sep 17 00:00:00 2001 From: yc S Date: Mon, 28 Oct 2024 16:47:39 +0800 Subject: [PATCH] change --- CMakeLists.txt | 2 +- core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1408b60..28e34a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5.0) -project(ProjectBase VERSION 0.1.0 LANGUAGES C CXX) +project(HighBloodPressure VERSION 0.1.0 LANGUAGES C CXX) add_definitions(-DUNICODE) add_definitions(-D_UNICODE) diff --git a/core.h b/core.h index 1ff544d..a5e7519 100644 --- a/core.h +++ b/core.h @@ -9,7 +9,7 @@ static HINSTANCE MainInstance; static HWND MainWindowHandle; -static inline String ApplicationName = L"Project"; +static inline String ApplicationName = L"High Blood Pressure"; inline Carlbeks::UI::Main MainWindow; inline Carlbeks::UI::TickThread MainTick{ &MainWindow };