сборка лаунчера

This commit is contained in:
2026-03-22 21:22:19 +04:00
parent 48ff9b63d8
commit ef89d2e38e
4 changed files with 52 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ project(moonwell_launcher LANGUAGES CXX)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "moonwell_launcher")
set(BINARY_NAME "MoonWell")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.