# Copyright: 2020 Fondazione Istituto Italiano di Tecnologia # CopyPolicy: Released under the terms of the MIT license cmake_minimum_required(VERSION 3.16) project(iDynTreeCxxExamples) add_subdirectory(KinDynComputationsWithEigen) add_subdirectory(InverseKinematics)