-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #818 from robotology/add_idyntree_yarp_tools
Add idyntree-yarp-tools
- Loading branch information
Showing
6 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright (C) Fondazione Istituto Italiano di Tecnologia | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
|
||
include(YCMEPHelper) | ||
|
||
find_or_build_package(iDynTree QUIET) | ||
find_or_build_package(YARP QUIET) | ||
find_or_build_package(ICUB QUIET) | ||
|
||
ycm_ep_helper(idyntree-yarp-tools TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/idyntree-yarp-tools.git | ||
TAG main | ||
COMPONENT dynamics | ||
FOLDER src | ||
DEPENDS iDynTree | ||
YARP | ||
ICUB | ||
CMAKE_ARGS -DIDYNTREE_YARP_TOOLS_USES_ICUB_MAIN:BOOL=ON | ||
-DIDYNTREE_YARP_TOOLS_USES_QT:BOOL=ON | ||
-DIDYNTREE_YARP_TOOLS_USES_QT_CHARTS:BOOL=OFF) | ||
|
||
set(idyntree-yarp-tools_CONDA_DEPENDENCIES eigen qt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters