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

Added support for cmake dependencies and version information #235

Merged

Conversation

emmenlau
Copy link
Contributor

This PR adds support for cmake transitive dependency tracking and cmake version information. With this PR, when SQLiteCpp links against an external SQLite3, then downstream projects will also automatically link against SQLite3.

Also, this PR enables using the version number in the find_package command:

find_package(SQLiteCpp 2.4.0)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.586% when pulling bd956b0 on BioDataAnalysis:emmenlau_add_cmake_exports into 8329e7a on SRombauts:master.

@SRombauts SRombauts self-assigned this Dec 24, 2019
@SRombauts SRombauts merged commit c177d90 into SRombauts:master Dec 29, 2019
@SRombauts
Copy link
Owner

Thanks for this!

@emmenlau emmenlau deleted the emmenlau_add_cmake_exports branch January 17, 2020 09:30
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.

3 participants