feat: 添加终端

This commit is contained in:
sleepwithoutbz
2025-09-19 23:22:05 +08:00
parent 4eef5c7fd5
commit d2fded145d
2 changed files with 8 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ set_target_properties(cbh PROPERTIES
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
MACOSX_BUNDLE TRUE
WIN32_EXECUTABLE TRUE
WIN32_EXECUTABLE FALSE
)
include(GNUInstallDirs)