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

2018-09-25 Thread Alan W. Irwin
On 2018-09-25 22:05+0200 Laurent Berger wrote: Hi, I want to use plplot in my own project using cmake and I miss something. my cmakelists.txt is see below and it works. But in include_directories cmake command I must write : include_directories(${plplot_DIR}/../../../include) and it is

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

2018-09-25 Thread Laurent Berger
Hi, I want to use plplot in my own project using cmake and I miss something. my cmakelists.txt is see below and it works. But in include_directories cmake command I must write : include_directories(${plplot_DIR}/../../../include) and it is really weird. what's variable name for include ?