Bug fix in cmakelists.txt involving volk_gnsssdr autobuild for

front-end-cal (credits to Carles!)
This commit is contained in:
Javier Arribas 2014-11-13 17:31:55 +01:00
parent 75e971b3a8
commit b99bae71b9
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ thirdparty/
.project
.cproject
/install
/.DS_Store

View File

@ -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
)