웹 버전 데스크톱 버전 커밋 완료

This commit is contained in:
girinb
2025-09-23 13:18:52 +09:00
parent bf06420d91
commit a14c55fcf1
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -63,7 +63,7 @@ flutter:
- assets/images/go_subsets/
- assets/images/subsets/
- assets/images/ui/
- assets/icons/
- assets/audio/
# To add assets to your application, add an assets section, like this:
# assets:

View File

@@ -1,10 +1,10 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.14)
project(시인의 서재 LANGUAGES CXX)
project("시인의 서재" 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 "시인의 서재")
set(BINARY_NAME "poet")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.