On 2019-07-13 00:35+0100 Phil Rosenberg wrote:
There are no .pc files. I'm building on native windows with visual
studio (not with Cygwin or MSYS2) so there is no pkg-config. All
libraries get found with the findXXX.cmake modules. In this case it is
shapelib and wxwidgets libraries.
On windows
cmake_link_flagsHi Alan
There are no .pc files. I'm building on native windows with visual
studio (not with Cygwin or MSYS2) so there is no pkg-config. All
libraries get found with the findXXX.cmake modules. In this case it is
shapelib and wxwidgets libraries.
On windows CMake basically hunts in c
Oops, I sent this to the wrong list so I am correcting that now.
On 2019-07-12 05:05-0700 Alan W. Irwin wrote:
I am virtually positive pkg-config has a way (likely with quotes) to
properly distinguish between these two cases, but I am going to have
to find what that is and adjust the above pars