Add CC library in existing project

Feel free to ask any question here
Post Reply
cloudcomparer123
Posts: 1
Joined: Mon Dec 09, 2019 12:06 pm

Add CC library in existing project

Post by cloudcomparer123 »

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
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Add CC library in existing project

Post by daniel »

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.
Daniel, CloudCompare admin
Post Reply