diff options
Diffstat (limited to 'motionMonitor/Component.cdef')
-rw-r--r-- | motionMonitor/Component.cdef | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/motionMonitor/Component.cdef b/motionMonitor/Component.cdef index 9627adf..b0b756b 100644 --- a/motionMonitor/Component.cdef +++ b/motionMonitor/Component.cdef @@ -2,6 +2,7 @@ cflags: { -std=c99 -I$BRNKL_ROOT/apps/util + -I${BRNKL_ROOT}/components/libiioComponent/libiio } requires: @@ -10,6 +11,18 @@ requires: { interrupt = le_gpio.api } + component: + { + $BRNKL_ROOT/components/libiioComponent + } + lib: + { + libiio.so + libiio.so.0 + libiio.so.0.15 + } + + } provides: |