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 /g15helper
parentb30ee28acb22ceafc1944e57bda23efdd353379a (diff)
Add install() directives, for "install" step and CPack
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/g15helper/CMakeLists.txt b/g15helper/CMakeLists.txt
index b3bde6fbc..bb7ce795f 100644
--- a/g15helper/CMakeLists.txt
+++ b/g15helper/CMakeLists.txt
@@ -58,3 +58,5 @@ else()
target_link_libraries(g15-helper PRIVATE ${LIB_LGLCD})
endif()
+
+install(TARGETS g15-helper RUNTIME DESTINATION . COMPONENT mumble_client)