feat: 优化客户端配置和跨平台支持
This commit is contained in:
@@ -3,6 +3,7 @@ project(Bootstrap LANGUAGES CXX)
|
||||
add_executable(Bootstrap
|
||||
main.cpp
|
||||
${CMAKE_SOURCE_DIR}/i18n/update-client.qrc
|
||||
${CMAKE_SOURCE_DIR}/config/server_config.qrc
|
||||
)
|
||||
target_compile_features(Bootstrap PRIVATE cxx_std_17)
|
||||
target_link_libraries(Bootstrap PRIVATE Qt5::Core Qt5::Widgets)
|
||||
|
||||
Reference in New Issue
Block a user