mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +00:00 
			
		
		
		
	Bug fix in cmakelists.txt involving volk_gnsssdr autobuild for
front-end-cal (credits to Carles!)
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -8,3 +8,4 @@ thirdparty/ | ||||
| .project | ||||
| .cproject | ||||
| /install | ||||
| /.DS_Store | ||||
|   | ||||
| @@ -37,6 +37,7 @@ if(ENABLE_RTLSDR) | ||||
|          ${GNURADIO_BLOCKS_INCLUDE_DIRS} | ||||
|          ${ARMADILLO_INCLUDE_DIRS}   | ||||
|          ${Boost_INCLUDE_DIRS} | ||||
|          ${VOLK_GNSSSDR_INCLUDE_DIRS} | ||||
|     ) | ||||
|  | ||||
|     file(GLOB FRONT_END_CAL_HEADERS "*.h") | ||||
| @@ -49,6 +50,7 @@ if(ENABLE_RTLSDR) | ||||
|                                             ${GFlags_LIBS}  | ||||
|                                             ${GLOG_LIBRARIES}  | ||||
|                                             ${ARMADILLO_LIBRARIES}  | ||||
|                                             ${VOLK_GNSSSDR_LIBRARIES} ${ORC_LIBRARIES} | ||||
|                                             gnss_rx  | ||||
|                                             gnss_sp_libs | ||||
|     ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Javier Arribas
					Javier Arribas