libxml2-config.cmake.cmake.in


Log

Author Commit Date CI Message
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 99cba4b3 2023-09-09T17:46:34 Handle NOCONFIG case when setting locations from CMake target properties
Markus Rickert 00487289 2020-12-31T16:34:25 Add variables for configured options to CMake config files
Markus Rickert c26e4525 2020-12-31T13:18:14 Check if target exists when reading target properties
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
Markus Rickert 7a62870a 2020-11-19T22:06:23 Add missing compile definition for static builds to CMake
Markus Rickert 2a2c38f3 2020-04-21T00:53:12 Add CMake build files Closes #24.