# Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST # # This file is part of sot-dynamic-pinocchio. # sot-dynamic-pinocchio is free software: you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation, either version 3 of # the License, or (at your option) any later version. # # sot-dynamic-pinocchio is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Lesser Public License for more details. You should have # received a copy of the GNU Lesser General Public License along with # sot-dynamic-pinocchio. If not, see . SET(${PROJECT_NAME}_HEADERS dynamic-pinocchio.h integrator-force-exact.h zmpreffromcom.h integrator-force.h force-compensation.h mass-apparent.h waist-attitude-from-sensor.h matrix-inertia.h integrator-force-rk4.h angle-estimator.h ) # Recreate correct path for the headers #-------------------------------------- SET(fullpath_${PROJECT_NAME}_HEADERS) FOREACH(lHeader ${${PROJECT_NAME}_HEADERS}) SET(fullpath_${PROJECT_NAME}_HEADERS ${fullpath_${PROJECT_NAME}_HEADERS} ./${PROJECT_NAME}/${lHeader} ) ENDFOREACH(lHeader) #---------------------------------------------------- # Install procedure for the header files #---------------------------------------------------- INSTALL(FILES ${fullpath_${PROJECT_NAME}_HEADERS} DESTINATION include/${PROJECT_NAME} PERMISSIONS OWNER_READ GROUP_READ WORLD_READ OWNER_WRITE )