diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt new file mode 100644 index 0000000..85237e1 --- /dev/null +++ b/protocols/CMakeLists.txt @@ -0,0 +1,8 @@ +install( + FILES + mms.protocol + rtsp.protocol + pnm.protocol + + DESTINATION ${SERVICES_INSTALL_DIR} +) |