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 };