Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNik Reist <zeroability@tutanota.com>2020-06-09 09:07:35 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-07-12 00:33:25 +0300
commit261756a7e274c187045b2e63ca4ded6b7b676b63 (patch)
treef7ef81403239eb8bc3892e683dd3fc1c20ba2daa /overlay/overlay_exe
parentb30ee28acb22ceafc1944e57bda23efdd353379a (diff)
Add install() directives, for "install" step and CPack
Diffstat (limited to 'overlay/overlay_exe')
-rw-r--r--overlay/overlay_exe/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/overlay_exe/CMakeLists.txt b/overlay/overlay_exe/CMakeLists.txt
index f3fc8e35c..51e8f165b 100644
--- a/overlay/overlay_exe/CMakeLists.txt
+++ b/overlay/overlay_exe/CMakeLists.txt
@@ -38,6 +38,8 @@ else()
set_target_properties(overlay_exe PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
target_include_directories(overlay_exe PRIVATE ${CMAKE_SOURCE_DIR}/overlay)
+
+ install(TARGETS overlay_exe RUNTIME DESTINATION . COMPONENT mumble_client)
endif()
if(MSVC)