Hello,
i have a problem with the integration of this library.
With the help of Cmake I can create new projects and work with the given functions, but I already have a very advanced university project running. For this project I need the (for comparison purposes) Auto Segmentation Tool Box. I don't manage to add the cloud compare library to the already existing project. Normally I did this via cmake. Other libraries, like pcl for example, always had a cmake config file, which can be easily included into the .cmake file of my project. This does not exist here.
Is it even possible to integrate this package into an existing project or am I doing something wrong ?
Don't blame me if this question is too easy, it is my first big C++ project and I still have a lot to learn.
I am using VS2010 and the Cloud Compare Version Version 2.6.3.1. Thanks for your help.
With kind regards
cloudcomparer123
Add CC library in existing project
Re: Add CC library in existing project
Only the CC_CORE_LIB library is meant to be used by external projects.
But you can always include the headers and the compiled libraries manually (even with CMake ;). So virtually you can use qCC_db, qCC_io, etc.
But you can always include the headers and the compiled libraries manually (even with CMake ;). So virtually you can use qCC_db, qCC_io, etc.
Daniel, CloudCompare admin