diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 73fcf21..d85b559 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -77,7 +77,8 @@ endif(NOT radar_sources) add_library(gnuradio-radar SHARED ${radar_sources}) target_link_libraries(gnuradio-radar PUBLIC - gnuradio::gnuradio-runtime ${QT_LIBRARIES} fftw3f::fftw3f UHD::UHD qwt::qwt Python::Python) + gnuradio::gnuradio-runtime ${QT_LIBRARIES} fftw3f::fftw3f UHD::UHD qwt::qwt +) target_include_directories(gnuradio-radar PUBLIC $ PUBLIC $