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

Install without executables and tests #110

Open
davidlougheed opened this issue Jan 9, 2025 · 1 comment
Open

Install without executables and tests #110

davidlougheed opened this issue Jan 9, 2025 · 1 comment

Comments

@davidlougheed
Copy link

Hello,
I'd like to vendor parasail as part of a library, which doesn't need any of the executables (test_* and the aligner), just the library component. Is there a way to cmake parasail without building these extraneous targets?

@jeffdaily
Copy link
Owner

jeffdaily commented Jan 10, 2025

cmake allows you to build only the targets you want. Example on linux:

mkdir build
cd build
cmake ..
cmake --build . --target parasail

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

No branches or pull requests

2 participants