From d415bb907fd6b5c78abd5e4db71c5e34f5cc8568 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 29 Oct 2019 16:26:45 +0100 Subject: Conversion to the cmake building system. A man page taken fron the Debian packaging system has been added. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko (cherry picked from commit 5ebdc209a7a6177fe640c6911eb74d2686b79db9) --- protocols/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 protocols/CMakeLists.txt (limited to 'protocols') 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} +) -- cgit v1.2.1