Skip to content

Commit

Permalink
DRLParser script is packaged with executable permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu343726 committed Nov 20, 2016
1 parent 7f8d0d2 commit 993f8eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/reflection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ endif()
install(DIRECTORY parser DESTINATION bin/reflection-parser
COMPONENT tools
PATTERN *.pyc EXCLUDE
)
)

install(FILES parser/DRLParser DESTINATION bin/reflection-parser/parser
PERMISSIONS
OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_WRITE GROUP_EXECUTE
)

0 comments on commit 993f8eb

Please sign in to comment.