hello everyone, i'm using The Robot Operating System (ROS) with Qt creator
the basic testing are good.
And now I want to join cloudcompare library into my project
but there's something wrong...
this is my CMakeLists codes about cloudcompare
https://imgur.com/sJyqQLp
When I #include <BinFilter.h>, is good.
But #include <ccPointCloud.h>, get error like this
https://imgur.com/QBWiWFp
I think there is something wrong with the CMakeLists file
Does anyone know some tips about this?
Using cloudcompare in ROS-qt
Re: Using cloudcompare in ROS-qt
[EDIT] Don't you need to be more explicit about the library file(s) you link your project to?
Daniel, CloudCompare admin