discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: linking with GNU Radio FFT library


From: Sylvain Munaut
Subject: Re: linking with GNU Radio FFT library
Date: Sun, 5 Apr 2020 15:29:41 +0200

Hi JM,

In CMakeList.txt:
find_package(Gnuradio "3.8" REQUIRED COMPONENTS fft)

In lib/CMakeList.txt :
target_link_libraries(your-oot-name gnuradio::gnuradio-fft)

Cheers,

    Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]