Viktor Szakats 1199308dbc
cmake: support building static and shared libcurl in one go
This patch adds the ability to build a static and shared libcurl library
in a single build session. It also adds an option to select which one to
use when building the curl executable.

New build options:
- `BUILD_STATIC_LIBS`. Default: `OFF`.
  Enabled automatically if `BUILD_SHARED_LIBS` is `OFF`.
- `BUILD_STATIC_CURL`. Default: `OFF`.
  Requires `BUILD_STATIC_LIBS` enabled.
  Enabled automatically if building static libcurl only.
- `STATIC_LIB_SUFFIX`. Default: empty.
- `IMPORT_LIB_SUFFIX`. Default: `_imp` if implib filename would collide
  with static lib name (typically with MSVC) in Windows builds.
  Otherwise empty.

Also:

- Stop setting the `CURL_STATICLIB` macro via `curl_config.h`, and pass
  it directly to the compiler. This also allows to delete a condition
  from `tests/server/CMakeLists.txt`.

- Complete a TODO by following the logic used in autotools (also for
  `LIBCURL_NO_SHARED`), and set `-DCURL_STATICLIB` in `Cflags:` of
  `libcurl.pc` for _static-only_ curl builds.

- Convert an existing CI test to build both shared and static libcurl.

Closes #11505
2023-07-29 00:40:01 +00:00
..
2023-05-23 10:42:09 +02:00
2023-06-17 01:38:04 -04:00
2021-09-09 07:53:42 +02:00
2023-06-07 13:06:08 +00:00
2023-07-20 23:41:47 +02:00
2023-06-07 13:06:08 +00:00
2023-06-20 09:09:25 +02:00
2023-07-08 23:01:24 +02:00
2023-06-07 13:06:08 +00:00
2023-05-23 10:42:09 +02:00
2023-03-30 10:56:14 +02:00
2023-05-18 20:45:04 +02:00
2023-05-18 20:45:04 +02:00
2023-04-25 23:16:51 +02:00
2023-04-25 12:38:38 +02:00
2023-07-11 19:43:51 +02:00
2023-06-07 13:06:08 +00:00
2023-04-14 09:26:26 +02:00
2023-06-07 13:06:08 +00:00
2023-07-17 20:10:38 +02:00
2023-06-07 13:06:08 +00:00
2023-07-11 00:14:40 +02:00
2023-07-11 00:14:40 +02:00
2023-06-07 13:06:08 +00:00
2023-06-17 01:38:04 -04:00
2023-06-17 01:38:04 -04:00
2023-06-07 13:06:08 +00:00
2023-04-25 17:40:15 +02:00
2023-04-25 12:38:38 +02:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-04-25 12:38:38 +02:00
2023-04-25 23:16:51 +02:00