Fized stoichiometry matrix initialization, added penames to reablib reactions, began work on LogicalReaction to sum the contributions of different fitting functions provided by reaclib
10 lines
280 B
Meson
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!')
|
|
|
|
|