mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-04-21 14:40:41 +02:00
user_interface: add get_translator() and get_translator_name() functions
- CMakeLists.txt: upgrade cmake_policy to version 4.3 - README.md: add missing WITH_GUI flag and recommend DeepL
This commit is contained in:
parent
2d3f3cc365
commit
823a60d64d
4 changed files with 23 additions and 10 deletions
|
|
@ -17,7 +17,7 @@
|
|||
****************************************************************************]]
|
||||
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_policy(VERSION 3.16...3.27)
|
||||
cmake_policy(VERSION 3.16...4.3)
|
||||
project(dtranslatebot VERSION 0.4.0 LANGUAGES CXX)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue