mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-09-10 18:56:30 +02:00
add DTRANSLATEBOT_TOKEN env value, small fixes
This commit is contained in:
parent
531c24b050
commit
5191dcbefc
4 changed files with 14 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
find_path(DPP_INCLUDE_DIR NAMES dpp/dpp.h HINTS ${DPP_ROOT_DIR})
|
||||
find_library(DPP_LIBRARIES NAMES dpp "libdpp.a" HINTS ${DPP_ROOT_DIR})
|
||||
find_path(DPP_INCLUDE_DIR NAMES "dpp/dpp.h" HINTS "${DPP_ROOT_DIR}")
|
||||
find_library(DPP_LIBRARIES NAMES "dpp" "libdpp.a" HINTS "${DPP_ROOT_DIR}")
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(DPP DEFAULT_MSG DPP_LIBRARIES DPP_INCLUDE_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue