mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-27 23:52:53 +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
|
.project
|
||||||
.cproject
|
.cproject
|
||||||
/install
|
/install
|
||||||
|
/.DS_Store
|
||||||
|
@ -37,6 +37,7 @@ if(ENABLE_RTLSDR)
|
|||||||
${GNURADIO_BLOCKS_INCLUDE_DIRS}
|
${GNURADIO_BLOCKS_INCLUDE_DIRS}
|
||||||
${ARMADILLO_INCLUDE_DIRS}
|
${ARMADILLO_INCLUDE_DIRS}
|
||||||
${Boost_INCLUDE_DIRS}
|
${Boost_INCLUDE_DIRS}
|
||||||
|
${VOLK_GNSSSDR_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
file(GLOB FRONT_END_CAL_HEADERS "*.h")
|
file(GLOB FRONT_END_CAL_HEADERS "*.h")
|
||||||
@ -49,6 +50,7 @@ if(ENABLE_RTLSDR)
|
|||||||
${GFlags_LIBS}
|
${GFlags_LIBS}
|
||||||
${GLOG_LIBRARIES}
|
${GLOG_LIBRARIES}
|
||||||
${ARMADILLO_LIBRARIES}
|
${ARMADILLO_LIBRARIES}
|
||||||
|
${VOLK_GNSSSDR_LIBRARIES} ${ORC_LIBRARIES}
|
||||||
gnss_rx
|
gnss_rx
|
||||||
gnss_sp_libs
|
gnss_sp_libs
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user