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

Improve/cmake/send #11

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

jorisoffouga
Copy link
Contributor

No description provided.

Add build shared or static library, install to
$libdir, and install headers files to $includir/sockcanpp.

Create libsockcanpp.pc file for pkg-config. Allows to use
PKG_CHECK_MODULE in cmake, meson or autotools projet.

Example with cmake:
In CMakeLists:
pkg_check_modules(SOCKCANPP libsockcanpp REQUIRED)

--  Checking for module 'libsockcanpp'
--   Found libsockcanpp, version 1.00

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Use a different mutex to avoid deadlocks when using read and send in different threads

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
@SimonCahill
Copy link
Owner

Looks good to me! Thanks for contributing!

@SimonCahill SimonCahill merged commit cf96613 into SimonCahill:master Sep 4, 2023
1 check passed
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.

2 participants