myriadrf / libxtrx

High-level XTRX API library
Apache License 2.0
28 stars 27 forks source link

Fix compilation due to xtrx_api.h not being found #13

Closed GNUtoo closed 5 years ago

GNUtoo commented 5 years ago

Without that fix we have: [ 40%] Building C object CMakeFiles/xtrx.dir/xtrx_fe_octocal0.c.o In file included from [...]/libxtrx/xtrx_fe_octocal0.c:15: [...]/libxtrx/octo/xtrx_octo_api.h:4:10: fatal error: xtrx_api.h: No such file or directory

include

        ^~~~~~~~~~~~

compilation terminated. make[2]: *** [CMakeFiles/xtrx.dir/build.make:128: CMakeFiles/xtrx.dir/xtrx_fe_octocal0.c.o] Error 1

Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org