mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-09-06 00:42:06 +02:00
initial commit
This commit is contained in:
commit
b710fa3050
8 changed files with 508 additions and 0 deletions
4
cmake/FindDPP.cmake
Normal file
4
cmake/FindDPP.cmake
Normal file
|
@ -0,0 +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})
|
||||
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