ode-toolbox

ODE integration tools
git clone https://git.0xfab.ch/ode-toolbox.git
Log | Files | Refs | README | LICENSE

commit b58a05c534fcde3d20c42bd89df907734542d147
parent cba300ea58b404439851aee298bd36373480f1b6
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Mon,  1 Feb 2021 00:18:26 +0100

Install headers under ODETB

Diffstat:
Minclude/meson.build | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/meson.build b/include/meson.build @@ -3,5 +3,5 @@ common_headers= [ 'ArgumentParser.h', 'GnuplotDump.h' ] -install_headers(common_headers) -install_subdir('TimeStepper', install_dir : get_option('includedir')) +install_headers(common_headers, subdir: 'ODETB') +install_subdir('TimeStepper', install_dir : get_option('includedir') / 'ODETB')