Skip to content

Commit

Permalink
auto update to latest DPP master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
D++ Update Bot committed Jan 15, 2025
1 parent c2d6186 commit 3e10ac7
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
Binary file modified MyBot/dependencies/32/debug/bin/dpp.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "10.0.35")
set(PACKAGE_VERSION "10.1.0")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("10.0.35" MATCHES "^([0-9]+)\\.")
if("10.1.0" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "10.0.35")
set(CVF_VERSION_MAJOR "10.1.0")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
4 changes: 2 additions & 2 deletions MyBot/dependencies/32/debug/lib/cmake/dpp/dpp-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "dpp::dpp" for configuration "Release"
set_property(TARGET dpp::dpp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(dpp::dpp PROPERTIES
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib"
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/dpp.dll"
)

list(APPEND _cmake_import_check_targets dpp::dpp )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
2 changes: 1 addition & 1 deletion MyBot/dependencies/32/debug/lib/cmake/dpp/dpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add_library(dpp::dpp SHARED IMPORTED)
set_target_properties(dpp::dpp PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "DPP_CORO"
INTERFACE_COMPILE_FEATURES "cxx_std_17;cxx_std_20"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.0"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.1"
INTERFACE_LINK_LIBRARIES "D:/a/DPP/DPP/main/win32/32/lib/libssl.lib;D:/a/DPP/DPP/main/win32/32/lib/libcrypto.lib;D:/a/DPP/DPP/main/win32/32/lib/zlib.lib;D:/a/DPP/DPP/main/win32/32/lib/opus.lib;D:/a/DPP/DPP/main/win32/32/lib/libssl.lib;D:/a/DPP/DPP/main/win32/32/lib/libcrypto.lib;D:/a/DPP/DPP/main/win32/32/lib/zlib.lib;D:/a/DPP/DPP/main/win32/32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/libssl.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/libcrypto.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/zlib.lib;D:/a/DPP/DPP/main/win32/32/lib/opus.lib"
)

Expand Down
Binary file modified MyBot/dependencies/32/release/bin/dpp.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "10.0.35")
set(PACKAGE_VERSION "10.1.0")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("10.0.35" MATCHES "^([0-9]+)\\.")
if("10.1.0" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "10.0.35")
set(CVF_VERSION_MAJOR "10.1.0")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
4 changes: 2 additions & 2 deletions MyBot/dependencies/32/release/lib/cmake/dpp/dpp-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "dpp::dpp" for configuration "Release"
set_property(TARGET dpp::dpp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(dpp::dpp PROPERTIES
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib"
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/dpp.dll"
)

list(APPEND _cmake_import_check_targets dpp::dpp )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
2 changes: 1 addition & 1 deletion MyBot/dependencies/32/release/lib/cmake/dpp/dpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add_library(dpp::dpp SHARED IMPORTED)
set_target_properties(dpp::dpp PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "DPP_CORO"
INTERFACE_COMPILE_FEATURES "cxx_std_17;cxx_std_20"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.0"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.1"
INTERFACE_LINK_LIBRARIES "D:/a/DPP/DPP/main/win32/32/lib/libssl.lib;D:/a/DPP/DPP/main/win32/32/lib/libcrypto.lib;D:/a/DPP/DPP/main/win32/32/lib/zlib.lib;D:/a/DPP/DPP/main/win32/32/lib/opus.lib;D:/a/DPP/DPP/main/win32/32/lib/libssl.lib;D:/a/DPP/DPP/main/win32/32/lib/libcrypto.lib;D:/a/DPP/DPP/main/win32/32/lib/zlib.lib;D:/a/DPP/DPP/main/win32/32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/libssl.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/libcrypto.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/32/lib/zlib.lib;D:/a/DPP/DPP/main/win32/32/lib/opus.lib"
)

Expand Down
Binary file modified MyBot/dependencies/64/debug/bin/dpp.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "10.0.35")
set(PACKAGE_VERSION "10.1.0")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("10.0.35" MATCHES "^([0-9]+)\\.")
if("10.1.0" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "10.0.35")
set(CVF_VERSION_MAJOR "10.1.0")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
4 changes: 2 additions & 2 deletions MyBot/dependencies/64/debug/lib/cmake/dpp/dpp-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "dpp::dpp" for configuration "Release"
set_property(TARGET dpp::dpp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(dpp::dpp PROPERTIES
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib"
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/dpp.dll"
)

list(APPEND _cmake_import_check_targets dpp::dpp )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
2 changes: 1 addition & 1 deletion MyBot/dependencies/64/debug/lib/cmake/dpp/dpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add_library(dpp::dpp SHARED IMPORTED)
set_target_properties(dpp::dpp PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "DPP_CORO"
INTERFACE_COMPILE_FEATURES "cxx_std_17;cxx_std_20"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.0"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.1"
INTERFACE_LINK_LIBRARIES "D:/a/DPP/DPP/main/library/../win32/lib/libssl.lib;D:/a/DPP/DPP/main/library/../win32/lib/libcrypto.lib;D:/a/DPP/DPP/main/library/../win32/lib/zlib.lib;D:/a/DPP/DPP/main/library/../win32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/lib/libssl.lib;D:/a/DPP/DPP/main/library/../win32/lib/libcrypto.lib;D:/a/DPP/DPP/main/library/../win32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/lib/zlib.lib;D:/a/DPP/DPP/main/library/../win32/lib/opus.lib"
)

Expand Down
Binary file modified MyBot/dependencies/64/release/bin/dpp.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "10.0.35")
set(PACKAGE_VERSION "10.1.0")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("10.0.35" MATCHES "^([0-9]+)\\.")
if("10.1.0" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "10.0.35")
set(CVF_VERSION_MAJOR "10.1.0")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
4 changes: 2 additions & 2 deletions MyBot/dependencies/64/release/lib/cmake/dpp/dpp-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "dpp::dpp" for configuration "Release"
set_property(TARGET dpp::dpp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(dpp::dpp PROPERTIES
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib"
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/dpp.dll"
)

list(APPEND _cmake_import_check_targets dpp::dpp )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.0/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )
list(APPEND _cmake_import_check_files_for_dpp::dpp "${_IMPORT_PREFIX}/lib/dpp-10.1/dpp.lib" "${_IMPORT_PREFIX}/bin/dpp.dll" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
2 changes: 1 addition & 1 deletion MyBot/dependencies/64/release/lib/cmake/dpp/dpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add_library(dpp::dpp SHARED IMPORTED)
set_target_properties(dpp::dpp PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "DPP_CORO"
INTERFACE_COMPILE_FEATURES "cxx_std_17;cxx_std_20"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.0"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/dpp-10.1"
INTERFACE_LINK_LIBRARIES "D:/a/DPP/DPP/main/library/../win32/lib/libssl.lib;D:/a/DPP/DPP/main/library/../win32/lib/libcrypto.lib;D:/a/DPP/DPP/main/library/../win32/lib/zlib.lib;D:/a/DPP/DPP/main/library/../win32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/lib/libssl.lib;D:/a/DPP/DPP/main/library/../win32/lib/libcrypto.lib;D:/a/DPP/DPP/main/library/../win32/lib/opus.lib;D:/a/DPP/DPP/main/library/../win32/lib/zlib.lib;D:/a/DPP/DPP/main/library/../win32/lib/opus.lib"
)

Expand Down

0 comments on commit 3e10ac7

Please sign in to comment.