Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-27 Thread Alan W. Irwin
On 2017-09-26 10:43+0200 Laurent Berger wrote: Hi alan, Ok in this folder http://perso.univ-lemans.fr/~berger/Afsd56/plplot/ you got everything from git clone to wxopencv build In http://perso.univ-lemans.fr/~berger/Afsd56/plplot/ you can find result of plplot install in

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-26 Thread Laurent Berger
Hi alan, Ok in this folder http://perso.univ-lemans.fr/~berger/Afsd56/plplot/ you got everything from git clone to wxopencv build In http://perso.univ-lemans.fr/~berger/Afsd56/plplot/ you can find result of plplot install in http://perso.univ-lemans.fr/~berger/Afsd56/plplot/TXT_INFO/ you

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-26 Thread Alan W. Irwin
On 2017-09-26 09:01+0200 Laurent Berger wrote: Hi Alan, I tried this if (PLplot_FOUND) message( " PATH0 ${PLplotwx_LIBS}" ) message( " PATH1 ${PLplot_INCLUDE_DIR}" ) message( " PATH3 ${PLplot_DIR}" ) message( " PATH4 ${PLplotcxx_LIBS}" ) get_target_property(PLplotwx_LIBS plplotwxwidgets

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-26 Thread Laurent Berger
Hi Alan, I tried this if (PLplot_FOUND) message( " PATH0 ${PLplotwx_LIBS}" ) message( " PATH1 ${PLplot_INCLUDE_DIR}" ) message( " PATH3 ${PLplot_DIR}" ) message( " PATH4 ${PLplotcxx_LIBS}" ) get_target_property(PLplotwx_LIBS plplotwxwidgets INTERFACE_LINK_LIBRARIES)

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-20 Thread Alan W. Irwin
On 2017-09-19 19:36+0200 Laurent Berger wrote: Hi Alan, About lplot-devel posting issues : new subscribe solved problem To install plplot I use install project (with admin right) to install plplot in C:\Program Files\plplot. A copy of my plplot folder is

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-19 Thread Laurent Berger
Hi Alan, About lplot-devel posting issues : new subscribe solved problem To install plplot I use install project (with admin right) to install plplot in C:\Program Files\plplot. A copy of my plplot folder is perso.univ-lemans.fr/~berger/Afsd56/plplot I don't understand. Le 19/09/2017 à

Re: [Plplot-devel] How to use plplot in my project using cmake ?

2017-09-19 Thread Alan W. Irwin
On 2017-09-18 21:23+0200 Laurent Berger wrote: Hi, Thanks for new version (5.13.0). I have installed plplot and now I want to use it in my own project using cmake my cmakelist is if (wxWidgets_FOUND) include_directories(${wxWidgets_INCLUDE_DIRS}) target_link_libraries (wxOpenCVMain

[Plplot-devel] How to use plplot in my project using cmake ?

2017-09-18 Thread Laurent Berger
Hi, Thanks for new version (5.13.0). I have installed plplot and now I want to use it in my own project using cmake my cmakelist is if (wxWidgets_FOUND) include_directories(${wxWidgets_INCLUDE_DIRS}) target_link_libraries (wxOpenCVMain ${wxWidgets_LIBRARIES} ) endif