웹 버전 데스크톱 버전 커밋 완료
This commit is contained in:
BIN
assets/images/ui/UI_Pause.webp
Normal file
BIN
assets/images/ui/UI_Pause.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@@ -63,7 +63,7 @@ flutter:
|
|||||||
- assets/images/go_subsets/
|
- assets/images/go_subsets/
|
||||||
- assets/images/subsets/
|
- assets/images/subsets/
|
||||||
- assets/images/ui/
|
- assets/images/ui/
|
||||||
- assets/icons/
|
|
||||||
- assets/audio/
|
- assets/audio/
|
||||||
# To add assets to your application, add an assets section, like this:
|
# To add assets to your application, add an assets section, like this:
|
||||||
# assets:
|
# assets:
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Project-level configuration.
|
# Project-level configuration.
|
||||||
cmake_minimum_required(VERSION 3.14)
|
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 name of the executable created for the application. Change this to change
|
||||||
# the on-disk name of your application.
|
# 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
|
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
|
||||||
# versions of CMake.
|
# versions of CMake.
|
||||||
|
|||||||
Reference in New Issue
Block a user