1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-05-25 10:44:09 +00:00

Fix compilation problem in Mac Os X (thanks to Brian Kuschak)

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@355 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2013-04-05 20:28:20 +00:00
parent 70c45d67c9
commit 53fed8b3d4

View File

@ -83,8 +83,9 @@ include_directories(
${GNURADIO_GRUEL_INCLUDE_DIRS}
${GR_UHD_INCLUDE_DIRS}
${UHD_INCLUDE_DIRS}
${GFlags_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
)
add_library(signal_source_adapters ${SIGNAL_SOURCE_ADAPTER_SOURCES})
target_link_libraries(signal_source_adapters gnss_sp_libs ${Boost_LIBRARIES} uhd ${GNURADIO_UHD_LIBRARIES} ${OPT_LIBRARIES})
target_link_libraries(signal_source_adapters gnss_sp_libs ${Boost_LIBRARIES} ${UHD_LIBRARIES} ${GNURADIO_UHD_LIBRARIES} ${OPT_LIBRARIES})