Externals: Fix ed25519 include path.
This commit is contained in:
parent
f8f592c345
commit
990acbb17d
|
@ -649,6 +649,7 @@ add_subdirectory(Externals/FreeSurround)
|
||||||
if (APPLE OR WIN32)
|
if (APPLE OR WIN32)
|
||||||
message(STATUS "Using ed25519 from Externals")
|
message(STATUS "Using ed25519 from Externals")
|
||||||
add_subdirectory(Externals/ed25519)
|
add_subdirectory(Externals/ed25519)
|
||||||
|
include_directories(Externals/ed25519)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Using static soundtouch from Externals
|
# Using static soundtouch from Externals
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
||||||
#include <OptionParser.h>
|
#include <OptionParser.h>
|
||||||
#include <ed25519/ed25519.h>
|
#include <ed25519.h>
|
||||||
#include <mbedtls/base64.h>
|
#include <mbedtls/base64.h>
|
||||||
#include <mbedtls/sha256.h>
|
#include <mbedtls/sha256.h>
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
|
Loading…
Reference in New Issue