This is a forked repository of santuario-cpp/xml-security-c++ with CMake build system support.
The original source is under trunk branch. The CMake build system inspired from Xerces-C++.
Initialize cmake build
$ cmake -S . -B buildInitialize cmake build for Debug build
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=DebugInitialize cmake build for shared library
$ cmake -S . -B build -DBUILD_SHARED_LIBS=ONBuild the library
$ cmake --build buildBuild the library with Xalan
$ cmake -S . -B build -DUSE_XALAN=ON
$ cmake --build buildBuild the samples
$ cmake --build build --target samplesBuild the tools
$ cmake --build build --target toolsInstall the library files(headers, .a/.so, cmake configs)
$ cmake --install build- Experimental crypto libraries support, NSS and WinCAPI
- XKMS support