Skip to content

Repo to test installing libxml2 as a dependency on projects for all platforms

Notifications You must be signed in to change notification settings

kaydeearts/libxml2-all-platforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libxml2 All Platforms

This is a minimal working example repo demonstrating how to use ExternalProject_Add to install libxml2 on Mac, Windows and Linux. It also supports both CMake and Ninja.

To build with cmake: cmake -S . -B build cmake --build . --config Release

To build with ninja: cmake -B build -GNinja cmake --build build

Good luck!

About

Repo to test installing libxml2 as a dependency on projects for all platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published