summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-12-12 18:52:45 +0000
committerFrediano Ziglio <fziglio@redhat.com>2019-12-16 08:29:02 +0000
commit125387b286fb1b6d3716a86f5dbd1750163aa89e (patch)
tree620534cbee694b95d29d4e2a8211201def9158f4
parent85fc0b5482fe3df8e4c8b09088bbde24680d5816 (diff)
build: Install binaries in CMake
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)