first commit
This commit is contained in:
commit
528f89a79b
90 changed files with 13567 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
--- a/src/MEGASync/mega/contrib/cmake/modules/sdklib_libraries.cmake
|
||||
+++ b/src/MEGASync/mega/contrib/cmake/modules/sdklib_libraries.cmake
|
||||
@@ -95,7 +95,7 @@ macro(load_sdklib_libraries)
|
||||
|
||||
find_package(PkgConfig REQUIRED) # For libraries loaded using pkg-config
|
||||
|
||||
- pkg_check_modules(cryptopp REQUIRED IMPORTED_TARGET libcrypto++)
|
||||
+ pkg_check_modules(cryptopp REQUIRED IMPORTED_TARGET libcryptopp)
|
||||
target_link_libraries(SDKlib PUBLIC PkgConfig::cryptopp) # TODO: Private for SDK core
|
||||
|
||||
pkg_check_modules(sodium REQUIRED IMPORTED_TARGET libsodium)
|
||||
Loading…
Add table
Add a link
Reference in a new issue