Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 229 Bytes

File metadata and controls

15 lines (10 loc) · 229 Bytes

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