Skip to content

Commit

Permalink
SKA-337: adding executable bit to CANoe related scripts (#48)
Browse files Browse the repository at this point in the history
- adding CANoe related script also (explicitly) to install target for pre build package to add executable bit
  • Loading branch information
VSvenMorgenthaler authored and GitHub Enterprise committed Nov 20, 2023
1 parent 3c86c57 commit b39e503
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ install(
EXCLUDE_FROM_ALL
)

install(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/tap/demos/CANoe4SW_SE/run.sh
${CMAKE_CURRENT_SOURCE_DIR}/tap/demos/CANoe4SW_SE/run_all.sh
DESTINATION tap/demos/CANoe4SW_SE
PERMISSIONS
OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE
COMPONENT source
EXCLUDE_FROM_ALL
)

install(
FILES
CMakeLists.txt
Expand Down
Empty file modified tap/demos/CANoe4SW_SE/run.sh
100644 → 100755
Empty file.
Empty file modified tap/demos/CANoe4SW_SE/run_all.sh
100644 → 100755
Empty file.

0 comments on commit b39e503

Please sign in to comment.