Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
8e42ec89
Verified
Commit
8e42ec89
authored
Jan 13, 2020
by
Justin Carpentier
Browse files
example/cmake: rename Python examples
parent
c68b0192
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/CMakeLists.txt
View file @
8e42ec89
...
...
@@ -61,6 +61,6 @@ IF(BUILD_PYTHON_INTERFACE)
ENDIF
(
HPP_FCL_FOUND
)
FOREACH
(
EXAMPLE
${${
PROJECT_NAME
}
_PYTHON_EXAMPLES
}
)
ADD_PYTHON_UNIT_TEST
(
"
py-
example-
${
EXAMPLE
}
"
"examples/
${
EXAMPLE
}
.py"
"bindings/python"
)
ADD_PYTHON_UNIT_TEST
(
"example-
py-
${
EXAMPLE
}
"
"examples/
${
EXAMPLE
}
.py"
"bindings/python"
)
ENDFOREACH
(
EXAMPLE
${${
PROJECT_NAME
}
_PYTHON_EXAMPLES
}
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment