We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7b4be8 + 9bc6fc6 commit 452f6a8Copy full SHA for 452f6a8
2 files changed
CMakeLists.txt
@@ -2376,7 +2376,8 @@ install(FILES
2376
# Install the export set
2377
install(EXPORT wolfssl-targets
2378
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/wolfssl
2379
- FILE wolfssl-config.cmake)
+ FILE wolfssl-targets.cmake
2380
+ NAMESPACE wolfssl::)
2381
2382
# TODO: Distro build + rules for what to include in the distro.
2383
# See various include.am files.
wolfssl/wolfio.h
@@ -26,6 +26,8 @@
26
#ifndef WOLFSSL_IO_H
27
#define WOLFSSL_IO_H
28
29
+#include <wolfssl/ssl.h>
30
+
31
#ifdef __cplusplus
32
extern "C" {
33
#endif
0 commit comments