libxml2-config.cmake.in


Log

Author Commit Date CI Message
Nick Wellnhofer 75dde50b 2025-05-01T21:07:34 cmake: Fix installation directories in libxml2-config.cmake Use AX_RECURSIVE_EVAL with Autotools and remove hack using parent directories. Fixes #898.
Nick Wellnhofer b85d77d1 2025-04-20T14:31:24 http: Remove built-in HTTP client Stubs are retained for ABI compatibility. Fixes #631. Obsoletes #160.
Nick Wellnhofer 5737466a 2024-11-23T15:49:04 cmake: Only link with winsock2 if HTTP is enabled
Nick Wellnhofer d4fc7b70 2024-11-23T15:43:26 cmake: Fix indentation in libxml2-config.cmake.in
Saleem Abdulrasool 4e27bbdd 2024-11-22T15:48:07 build: add missing `Bcrypt` link on Windows When building on Windows, we must link against `Bcrypt` to satisfy the use of `BCryptGenRandom`. Add this to the link interface in CMake to allow use of libxml2 as a static library.
Michele Bianchi df098e3b 2023-12-22T12:02:08 Set LIBXML2_FOUND if it has been properly configured
James Le Cuirot 9d534522 2023-09-10T13:50:18 cmake: Check whether static linking dependencies found in config files If they were required when building libxml2 then they will also be required when statically linking against it. Failing to find them will just lead to undefined references later so detect this early.
Markus Rickert 00487289 2020-12-31T16:34:25 Add variables for configured options to CMake config files
Markus Rickert 95519737 2020-12-31T13:41:19 Check if variables exist when defining targets
Markus Rickert ec119875 2020-12-30T14:40:43 Add xmlcatalog target and definition to config files
Markus Rickert 2377a312 2020-12-30T14:40:04 Remove include directories for link-only dependencies
Markus Rickert 26835480 2020-12-30T14:28:24 Fix ICU build in CMake
Markus Rickert 84b76d99 2020-12-06T17:26:23 Update CMake config files
Samuel Martin 32119739 2014-12-29T20:44:06 libxml2-config.cmake.in: update include directories Align the include directories on those from the pkg-config module. Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Samuel Martin fa23ac1a 2014-10-11T21:50:41 Provide cmake module * add libxml2-config.cmake.in template * configure.ac: add libxml2-config.cmake.in to the configured file list * Makefile.am: install libxml2-config.cmake under ${libdir}/cmake/libxml2 Signed-off-by: Samuel Martin <s.martin49@gmail.com>