This repository contains a set of common extensions for mc-rtc-superbuild
- Clone to the extensions folder of mc-rtc-superbuild
- Create a
local.cmake
file inside the extensions folder - Add the packages from this extension you want to include in your build
For example:
set(EXTENSIONS_DIR ${CMAKE_CURRENT_LIST_DIR}/superbuild-extensions)
include(${EXTENSIONS_DIR}/controllers/BaseLineWalkingController.cmake)
include(${EXTENSIONS_DIR}/gui/mc_rtc-magnum.cmake)
include(${EXTENSIONS_DIR}/interfaces/mc_mujoco.cmake)
Note: the name of the file (local.cmake
) does not matter as long as it ends with the .cmake
extension