wolfssl-examples/cmake
JacobBarthelmeh 9e76c7137a adjust md file for newlines 2022-12-29 15:21:48 -08:00
..
include add cmake example tie in 2022-12-29 10:57:28 -08:00
CMakeLists.txt add cmake example tie in 2022-12-29 10:57:28 -08:00
README.md adjust md file for newlines 2022-12-29 15:21:48 -08:00
myApp.c Add init/cleanup and cast arg input 2022-12-29 13:35:27 -08:00

README.md

This is an example of adding the wolfSSL library as a subdirectory to a project and using cmake to build.

Steps to build:

# clone or download the wolfssl bundle and put it in the subdirectory wolfssl
git clone https://github.com/wolfssl/wolfssl
mkdir build
cd build
cmake .. -DCMAKE_C_FLAGS=-I../include/
make
./hash example_string