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
![Image](https://i.imgur.com/sJyqQLp.png)
https://imgur.com/sJyqQLp
When I #include <BinFilter.h>, is good.
But #include <ccPointCloud.h>, get error like this
![Image](https://i.imgur.com/QBWiWFp.png)
https://imgur.com/QBWiWFp
I think there is something wrong with the CMakeLists file
Does anyone know some tips about this?