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 cmake support #110

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

add cmake support #110

wants to merge 5 commits into from

Conversation

Murmele
Copy link

@Murmele Murmele commented Jan 11, 2024

Integrates really good in IDEs

Example usage:

cd libsigrokdecode
mkdir -p build
cd build
cmake ..
make

ctest # to execute the unittests

… indipendend when inserting the project into another with FetchContent_Declare and FetchContent_MakeAvailable
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