From b0cefd151f77560ab442b0955a056f849738359b Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 6 Jul 2013 00:42:40 +0000 Subject: [PATCH] cmake scriptfix: added missing gflags include git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@373 64b25241-fba3-4117-9849-534c7e92360d --- src/algorithms/observables/gnuradio_blocks/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt b/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt index f1ffa09ca..12bf5ce9b 100644 --- a/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt +++ b/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt @@ -27,6 +27,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/src/algorithms/PVT/libs ${GNURADIO_RUNTIME_INCLUDE_DIRS} ${GLOG_INCLUDE_DIRS} + ${GFlags_INCLUDE_DIRS} ) add_library(obs_gr_blocks ${OBS_GR_BLOCKS_SOURCES} )