diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2020-02-11 08:54:33 +0100 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2020-02-18 15:44:20 +0100 |
commit | 4590ae6202d7f3fbf932a57e4d9500ce5ac1e473 (patch) | |
tree | 57ec4de8d93fc899e45222d1f24f1d9b84c30d5f /CMakeLists.txt | |
parent | fbe679d3c25a69ab6b238ebe896ba83e3c8ac6e4 (diff) |
[HICN-510] Adding collectd plugins to get telemetry from vpp and hicn-plugin
Change-Id: Idb322dc712b52301c66c5256ad8d1a6a65b503b9
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ea6de33d..5551d5acd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ option(BUILD_CTRL "Build the hicn control tools" ON) option(BUILD_HICNPLUGIN "Build the hicn vpp plugin" OFF) option(BUILD_SYSREPOPLUGIN "Build the sysrepo plugin" OFF) option(BUILD_EXTRAS "Build external projects" OFF) +option(BUILD_TELEMETRY "Build telemetry projects" OFF) option(DISABLE_EXECUTABLES "Disable executables" OFF) option(DISABLE_SHARED_LIBRARIES "Disable shared libraries" OFF) @@ -64,6 +65,7 @@ list(APPEND dir_options BUILD_APPS BUILD_SYSREPOPLUGIN BUILD_EXTRAS + BUILD_TELEMETRY ) set(BUILD_LIBHICN_DIR lib) @@ -75,6 +77,7 @@ set(BUILD_CTRL_DIR ctrl) set(BUILD_HICNPLUGIN_DIR hicn-plugin) set(BUILD_SYSREPOPLUGIN_DIR ctrl/sysrepo-plugins) set(BUILD_EXTRAS_DIR extras/) +set(BUILD_TELEMETRY_DIR telemetry) ## Add enabled components foreach (opt ${dir_options}) |