mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
1040e6865d
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@75 64b25241-fba3-4117-9849-534c7e92360d
52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
import testing ;
|
|
|
|
lib gtest ;
|
|
lib glog ;
|
|
lib gflags ;
|
|
lib gnuradio-core ;
|
|
lib gnuradio-usrp ;
|
|
lib profiler ;
|
|
lib gsl ;
|
|
lib gslcblas ;
|
|
lib itpp ;
|
|
|
|
project : requirements
|
|
<define>OMNITHREAD_POSIX
|
|
<cxxflags>"-std=c++0x `pkg-config --cflags itpp`"
|
|
<linkflags>"`pkg-config --libs itpp`"
|
|
# <include>src/utils
|
|
# <include>src/utils/INIReader
|
|
<include>src/algorithms/acquisition/adapters
|
|
<include>src/algorithms/acquisition/gnuradio_blocks
|
|
<include>src/algorithms/channel/adapters
|
|
<include>src/algorithms/channel/gnuradio_blocks
|
|
<include>src/algorithms/channel/libs
|
|
<include>src/algorithms/conditioner/adapters
|
|
<include>src/algorithms/conditioner/gnuradio_blocks
|
|
<include>src/algorithms/libs
|
|
<include>src/algorithms/observables/adapters
|
|
<include>src/algorithms/observables/gnuradio_blocks
|
|
<include>src/algorithms/observables/libs
|
|
<include>src/algorithms/output_filter/adapters
|
|
<include>src/algorithms/output_filter/gnuradio_blocks
|
|
<include>src/algorithms/PVT/adapters
|
|
<include>src/algorithms/PVT/gnuradio_blocks
|
|
<include>src/algorithms/signal_source/adapters
|
|
<include>src/algorithms/signal_source/gnuradio_blocks
|
|
<include>src/algorithms/telemetry_decoder/adapters
|
|
<include>src/algorithms/telemetry_decoder/gnuradio_blocks
|
|
<include>src/algorithms/telemetry_decoder/libs
|
|
<include>src/algorithms/tracking/adapters
|
|
<include>src/algorithms/tracking/gnuradio_blocks
|
|
<include>src/core/interfaces
|
|
<include>src/core/libs
|
|
<include>src/core/receiver
|
|
<include>src/core/system_parameters
|
|
<include>$GNURADIO_330_ROOT/gr-usrp/src
|
|
<include>$GNURADIO_330_ROOT/gnuradio-core/src/lib/runtime
|
|
<include>$GNURADIO_330_ROOT/gnuradio-core/src/lib/filter
|
|
<include>$GNURADIO_330_ROOT/gnuradio-core/src/lib/io
|
|
<include>$GNURADIO_330_ROOT/gnuradio-core/src/lib/general
|
|
<include>$GNURADIO_330_ROOT/gnuradio-core/src/lib/gengen ;
|
|
|
|
build-project src ; |