1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 07:13:03 +00:00

Adding Mac OS X support. Tested in Mountain Lion.

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@333 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez
2013-01-27 20:50:38 +00:00
parent ec7a90ddfa
commit 00a8007dc3
10 changed files with 56 additions and 11 deletions

View File

@@ -87,4 +87,4 @@ include_directories(
)
add_library(signal_source_adapters ${SIGNAL_SOURCE_ADAPTER_SOURCES})
target_link_libraries(signal_source_adapters gnss_sp_libs ${Boost_LIBRARIES} uhd gnuradio-uhd ${OPT_LIBRARIES})
target_link_libraries(signal_source_adapters gnss_sp_libs ${Boost_LIBRARIES} uhd ${GNURADIO_UHD_LIBRARIES} ${OPT_LIBRARIES})