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
sot-talos
Commits
c7ec6151
Commit
c7ec6151
authored
Feb 01, 2019
by
Olivier Stasse
Browse files
[cmake] Install talos.py and appli.py
parent
eef5b595
Pipeline
#2559
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c7ec6151
...
...
@@ -106,6 +106,14 @@ IF(TALOS_DATA_FOUND)
)
ENDFOREACH
(
py_filename
)
ENDIF
(
PYRENE_MOTIONS_FOUND
)
INSTALL
(
FILES
${
PROJECT_SOURCE_DIR
}
/tests/test.py
${
PROJECT_SOURCE_DIR
}
/tests/appli.py
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/share/
${
PROJECT_NAME
}
/tests
)
ENDIF
(
TALOS_DATA_FOUND
)
SETUP_PROJECT_FINALIZE
()
...
...
Write
Preview
Markdown
is supported
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