diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/input/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index e14cdb4..b7a6511 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -108,6 +108,10 @@ if(UNIX) install(FILES pvsprivinputd.conf DESTINATION /etc PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) + + # Install the daemon + install(TARGETS pvsprivinputd + DESTINATION sbin) endif() set(pvsinput_TSS |
