Skip to content

SharpGenTools/CastXMLSuperbuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CastXML Superbuild

image

image

This builds CastXML and its dependencies (LLVM/Clang) with CMake's ExternalProject module. It is a cross-platform way to build CastXML.

This can be built like any other CMake project. For example:

git clone https://github.com/CastXML/CastXMLSuperbuild.git
mkdir CastXMLSuperbuild-build
cd CastXMLSuperbuild-build
cmake ../CastXMLSuperbuild
make

The resulting castxml executable will be located at CastXMLSuperbuild-build/castxml/bin/castxml.

The resulting binary builds for Linux, Mac OSX, and Windows are available here.

About

Build CastXML and its dependencies (LLVM/Clang)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 88.6%
  • Shell 11.4%