1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 03:30:33 +00:00

Fix building if gflags was built on the fly

This commit is contained in:
Carles Fernandez 2016-05-12 20:21:50 +02:00
parent f784c91c05
commit b601f57d17

View File

@ -45,5 +45,5 @@ include_directories(
file(GLOB PVT_LIB_HEADERS "*.h")
add_library(pvt_lib ${PVT_LIB_SOURCES} ${PVT_LIB_HEADERS})
source_group(Headers FILES ${PVT_LIB_HEADERS})
add_dependencies(pvt_lib armadillo-${armadillo_RELEASE} glog-${glog_RELEASE})
add_dependencies(pvt_lib armadillo-${armadillo_RELEASE} gflags-${gflags_RELEASE} glog-${glog_RELEASE})
target_link_libraries(pvt_lib ${Boost_LIBRARIES} ${GFlags_LIBS} ${GLOG_LIBRARIES} ${ARMADILLO_LIBRARIES})