mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 09:13:05 +00:00 
			
		
		
		
	Fix building if gflags was built on the fly
This commit is contained in:
		@@ -45,5 +45,5 @@ include_directories(
 | 
				
			|||||||
file(GLOB PVT_LIB_HEADERS "*.h")
 | 
					file(GLOB PVT_LIB_HEADERS "*.h")
 | 
				
			||||||
add_library(pvt_lib ${PVT_LIB_SOURCES} ${PVT_LIB_HEADERS})
 | 
					add_library(pvt_lib ${PVT_LIB_SOURCES} ${PVT_LIB_HEADERS})
 | 
				
			||||||
source_group(Headers FILES ${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})
 | 
					target_link_libraries(pvt_lib ${Boost_LIBRARIES} ${GFlags_LIBS} ${GLOG_LIBRARIES} ${ARMADILLO_LIBRARIES})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user