mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-21 06:27:01 +00:00
Bug fix in cmakelists.txt involving volk_gnsssdr autobuild for
front-end-cal (credits to Carles!)
This commit is contained in:
parent
75e971b3a8
commit
b99bae71b9
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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user