mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-09-03 13:24:17 +00:00
![]() CMake is continually deprecating old cmake, such that if we don't try to keep up with its minimum version there are warnings or eventually failures to build. Windows vcpkg has latest 4.03 which prints warning messages if your CMakeLists.txt has a VERSION < 3.10. So let's upgrade all the CMakeLists.txt to that as the minimum. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.c | ||
README.md |
lws api test lwsac
Demonstrates how to use and performs selftests for lwsac
build
$ cmake . && make
usage
Commandline option | Meaning |
---|---|
-d | Debug verbosity in decimal, eg, -d15 |
$ ./lws-api-test-lwsac
[2018/10/09 09:14:17:4834] USER: LWS API selftest: lwsac
[2018/10/09 09:14:17:4835] USER: Completed: PASS