Skip to content

Latest commit

 

History

History
 
 

drake_cmake_external

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CMake Project with Drake as an External

This pulls in Drake using the CMake ExternalProject_Add(drake) mechanism.

To build all apps using CMake and Make:

mkdir build
cd build
cmake ..
make

Under Construction