analogdevicesinc / gr-iio

IIO blocks for GNU Radio
GNU General Public License v3.0
94 stars 61 forks source link

CMakeLists.txt: Changed the destination directory of the include files #67

Closed adisuciu closed 4 years ago

adisuciu commented 4 years ago

When including gr-iio headers in an external app, you have to

include <iio/iio/device_sync.h> while internal includes

refer to the same file using #include <iio/device_sync.h> This commit changes the destination of the include files on make install so the external app includes just <iio/device_sync.h>

Signed-off-by: Adrian Suciu adrian.suciu@analog.com