Skip to content

Conversation

@yjq91115
Copy link
Contributor

@yjq91115 yjq91115 commented Dec 24, 2025

Summary

Add CMake build support for libwebsockets, allowing it to be configured and built as part of NuttX using a CMake-based workflow. This change fills the gap where only other build systems were supported, by introducing/updating the necessary CMake configuration and target definitions so that compile options, include paths, and link dependencies are correctly resolved and integrated under CMake.

Impact

  • Build process: CMake-based builds can now build and link libwebsockets directly, reducing manual integration effort (e.g., custom Makefiles/scripts).

Testing

add libwebsockets cmake support

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
@acassis acassis requested a review from simbit18 December 24, 2025 13:44
@acassis
Copy link
Contributor

acassis commented Dec 24, 2025

@yjq91115 do you have some sample example that uses libwebsockets?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants