forked from wolfSSL/wolfssl
Merge pull request #6639 from JacobBarthelmeh/vcpkg
add include to wolfio.h and replace cmake NAMESPACE
This commit is contained in:
@ -2376,7 +2376,8 @@ install(FILES
|
|||||||
# Install the export set
|
# Install the export set
|
||||||
install(EXPORT wolfssl-targets
|
install(EXPORT wolfssl-targets
|
||||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/wolfssl
|
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/wolfssl
|
||||||
FILE wolfssl-config.cmake)
|
FILE wolfssl-targets.cmake
|
||||||
|
NAMESPACE wolfssl::)
|
||||||
|
|
||||||
# TODO: Distro build + rules for what to include in the distro.
|
# TODO: Distro build + rules for what to include in the distro.
|
||||||
# See various include.am files.
|
# See various include.am files.
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
#ifndef WOLFSSL_IO_H
|
#ifndef WOLFSSL_IO_H
|
||||||
#define WOLFSSL_IO_H
|
#define WOLFSSL_IO_H
|
||||||
|
|
||||||
|
#include <wolfssl/ssl.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user