# Copyright: 2020 Fondazione Istituto Italiano di Tecnologia
# CopyPolicy: Released under the terms of the MIT license


cmake_minimum_required(VERSION 3.16)

project(iDynTreeExamples)

add_subdirectory(cxx)

