거의 최종본

This commit is contained in:
girinb
2025-09-14 00:34:18 +09:00
parent 82b536be4b
commit bf06420d91
42 changed files with 202 additions and 81 deletions

View File

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