🍱 Update product name

This commit is contained in:
2025-05-24 17:35:50 +08:00
parent 9866c22746
commit 76faa4172f
5 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ project(island 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 "island")
set(BINARY_NAME "Solian")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.