mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 07:50:49 +02:00
13 lines
236 B
Markdown
13 lines
236 B
Markdown
|
|
# CMake consumer test
|
||
|
|
|
||
|
|
This is a minimal CMake project that consumes the installed wolfSSL
|
||
|
|
package config.
|
||
|
|
|
||
|
|
## Build
|
||
|
|
|
||
|
|
```
|
||
|
|
cmake -S . -B build -DCMAKE_PREFIX_PATH=/path/to/wolfssl/install
|
||
|
|
cmake --build build
|
||
|
|
./build/wolfssl_consumer
|
||
|
|
```
|