Commit 8ed66f98 authored by Peter Wu's avatar Peter Wu Committed by Daniel Stenberg
Browse files

cmake: generate pkg-config and curl-config



Initial work to generate a pkg-config and curl-config script. Static
linking (`curl-config --static-libs` and `pkg-config --shared --libs
libcurl`) is broken and therefore disabled.

CONFIGURE_OPTIONS does not make sense for CMake, use an empty string
for now.

At least `curl-config --features` and `curl-config --protocols` work
which is needed by runtests.pl.

Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
parent 8478b403
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment