1 2 3 4 5 6 7 8 9 10 11 12
# 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 ```