You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by as...@apache.org on 2020/05/28 14:34:41 UTC

[mesos] 06/06: Added Web UI install target.

This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 40efbc8864c2c76147961910fa005468d70f5dfe
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Mon May 11 20:28:02 2020 +0200

    Added Web UI install target.
    
    Review: https://reviews.apache.org/r/72495
---
 src/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a43142f..e3a702c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -677,6 +677,10 @@ install(
   LIBRARY DESTINATION ${MESOS_INSTALL_LIBRARIES})
 
 
+install(
+  DIRECTORY webui
+  DESTINATION ${MESOS_INSTALL_DATA})
+
 # BUILD THE MESOS TESTS.
 ########################
 add_subdirectory(tests)