I am not able to integrate cv-plot into my CMake project #29
Unanswered
pvillacorta
asked this question in
Q&A
Replies: 1 comment
-
Hi Pablo, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new using C++ with CMake (in fact, it is a Qt/QML project so my my intention is to integrate cv-plot in a GUI), and I have tried to add CvPlot directory into my project directory, and then include it by using this in my root CMakeLists.txt:
add_subdirectory(CvPlot)
However, I do not know what to do next. How do I include the headers in C++? As I say, I am so new to this so I would need a step by step guide...
I am using QtCreator, and when I open CvPlot/CMakeLists.txt it appears like this:
I have also tried to integrate cv-plot with the Header-only method, but it does not work either.
Thanks for your help,
Pablo
Beta Was this translation helpful? Give feedback.
All reactions