Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FinduSockets.cmake and FinduWebSockets.cmake find-modules #421

Merged
merged 9 commits into from
Jan 5, 2023

Conversation

traversaro
Copy link
Member

Add CMake modules to find the uSockets and uWebSockets libraries.

They are supposed to be used as:

find_package(uSockets REQUIRED)

target_link_libraries(<..> PRIVATE uSockets::uSockets)

and

find_package(uWebSockets REQUIRED)

target_link_libraries(<..> PRIVATE uWebSockets::uWebSockets)

@traversaro traversaro changed the base branch from ycm-0.14 to master January 5, 2023 14:55
@traversaro traversaro merged commit b88489b into master Jan 5, 2023
@traversaro traversaro deleted the add-xsockets branch January 5, 2023 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant