Skip to content

paraview-config: add a Python script to get flags

Ben Boeckel requested to merge ben.boeckel/paraview:add-paraview-config into master

This tool can extract the CPPFLAGS and LDFLAGS required to use ParaView from CMake. Doesn't work with ParaView today due to paraview-config.cmake needing to support components, but it will come with the new module system.


Cc: @demarle @chuck.atkins @brad.king

Merge request reports