After developing a C++ program and placing it in **`/uhd/host/utils`**, I included it in **`CMakeLists.txt`**. However, when attempting to build the program using **`make`** within **`/uhd/host/build`**, UHD is reporting that it's unable to locate the C++ library I've used, specifically when including <libserial/SerialStream.h> and <libserial/SerialPort.h> (libserial library).\ \ How can I specify to UHD the location of the libraries I utilize in my programs?\ Thank you.
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com