Skip to content
Snippets Groups Projects
Commit 7e4ac3b2 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] Initial CMakeLists

parent 3b24681a
No related branches found
No related tags found
1 merge request!1Basis to run ABA & RNEA on Pinocchio & RBDL with the URDF models provided by Pinocchio
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
SET (CXX_DISABLE_WERROR ON)
INCLUDE(cmake/base.cmake)
SET(PROJECT_NAME pinocchio-benchmarks)
SET(PROJECT_DESCRIPTION "Benchmarks of the Pinocchio library, against RBDL & KDL")
SET(PROJECT_URL https://github.com/stack-of-tasks/${PROJECT_NAME})
SETUP_PROJECT()
ADD_REQUIRED_DEPENDENCY("eigen3")
ADD_REQUIRED_DEPENDENCY("pinocchio")
ADD_REQUIRED_DEPENDENCY("rbdl")
ADD_REQUIRED_DEPENDENCY("orocos-kdl")
SETUP_PROJECT_FINALIZE()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment