Skip to content

Commit

Permalink
[cmake] Install talos.py and appli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Feb 1, 2019
1 parent eef5b59 commit c7ec615
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c7ec615

Please sign in to comment.