diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-14 11:04:06 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-14 14:04:51 +0200 |
commit | 6fdda786876d9640a6a26f05ef2c5aa7e2175421 (patch) | |
tree | a2a817505836328f5e613a464449270d9c35650c /scripts | |
parent | ac77bd576083ccecfce128b1bca6ab66d16491ee (diff) |
scripts: install wm-request
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt new file mode 100644 index 0000000..4dda1ce --- /dev/null +++ b/scripts/CMakeLists.txt @@ -0,0 +1,5 @@ +install( + FILES wm-request + DESTINATION ${CMAKE_INSTALL_BINDIR} + PERMISSIONS WORLD_EXECUTE WORLD_READ OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE + COMPONENT "runtime") |