[Spice-commits] CMakeLists.txt

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Dec 16 10:20:29 UTC 2019


 CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 125387b286fb1b6d3716a86f5dbd1750163aa89e
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Dec 12 18:52:45 2019 +0000

    build: Install binaries in CMake
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5504fc..039079b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,3 +180,5 @@ if(MSVC)
             PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded")
     endif()
 endif()
+
+install(TARGETS vdagent vdservice)


More information about the Spice-commits mailing list