Skip to content

Add cmake config file generation #885

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

Closed
Cyberunner23 opened this issue Jun 20, 2016 · 1 comment
Closed

Add cmake config file generation #885

Cyberunner23 opened this issue Jun 20, 2016 · 1 comment

Comments

@Cyberunner23
Copy link

It would be very nice if cURL would support config file packages so that people using cmake can easily incorporate cURL in their project. Incrporating cURL into a project would look something like:

find_package(curl CONFIG REQUIERD)
add_executable(proj-using-curl ${SOURCE})

# "curl::" is a namespace
target_link_libraries(curl::curl)

Some examples can be found here.

@bagder
Copy link
Member

bagder commented Jun 21, 2016

Asking for someone to do work for you here is not fruitful. This is an issue tracker for problems people are having. The best way to get a feature added that you miss is to get started on it and then reach out for help from the wider community, either on the curl-library mailing list or perhaps by submitting a first pull-request and asking for feedback, comments or help.

@bagder bagder closed this as completed in 52276b5 Aug 2, 2016
@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants