Skip to content

This is a simple repository that shows how to make a superbuild project.

Notifications You must be signed in to change notification settings

robotology/superbuild-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This project is an example of a basic superbuild.

The superbuild compiles two subprojets which are hosted in separate repositories. Download and compilation of the subprojects is done automatically by the superbuild.

Get the repository:

git clone git@github.com:robotology/superbuild-example.git

Run cmake and make the project:

mkdir build
cd build
cmake ../
make

This project supports the superbuild documentation, check out the YCM documentation:

http://robotology.github.io/ycm/gh-pages/master/index.html

About

This is a simple repository that shows how to make a superbuild project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages