Files
GridFire/build-config/cppad/meson.build
Emily Boudreaux dd03873bc9 fix(GraphNetwork): working on loads of small bugs
Fized stoichiometry matrix initialization, added penames to reablib reactions, began work on LogicalReaction to sum the contributions of different fitting functions provided by reaclib
2025-06-23 15:18:56 -04:00

10 lines
280 B
Meson

cppad_dep = declare_dependency(
include_directories: include_directories('include'),
)
message('Registering CppAD headers for installation...')
install_subdir('include/cppad', install_dir: get_option('includedir'))
message('Done registering CppAD headers for installation!')