1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

fixing building if glog and gflags were built locally

This commit is contained in:
Carles Fernandez 2015-11-30 19:02:56 +01:00
parent 3a56e09772
commit 3c21a1853d

View File

@ -49,6 +49,8 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/core/interfaces
${CMAKE_SOURCE_DIR}/src/core/receiver
${VOLK_INCLUDE_DIRS}
${GLOG_INCLUDE_DIRS}
${GFlags_INCLUDE_DIRS}
${OPT_TRACKING_INCLUDES}
)