From f38d6961e7b66c7203e0ab9a8463f5294b41d4b2 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 4 Feb 2019 18:45:34 +0100 Subject: [PATCH] Add gflags private target --- src/core/monitor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/monitor/CMakeLists.txt b/src/core/monitor/CMakeLists.txt index a99668910..7849e9004 100644 --- a/src/core/monitor/CMakeLists.txt +++ b/src/core/monitor/CMakeLists.txt @@ -45,6 +45,7 @@ target_link_libraries(core_monitor_lib Gnuradio::runtime PRIVATE Gnuradio::pmt + Gflags::gflags Glog::glog )