Skip to content

Restructure the code base, built separate libGeoPlotter library

This MR depends on !25 (merged) and extends it:

  • all source code is now found in src/ including headers.
  • three subdirectories roughly divide code into executable exec, utilities util and the plotting library geo_plot.
  • The content of geo_plot is compiled into a shared library object libGeoplotter to which the executable is linked.
  • RPATH is set correctly.
Edited by Andreas Alexander Maier

Merge request reports