build(CppAD): brought in CppAD for autodiff
we need an autodiff library at some point (or we need to roll our own but I do not think that makes sense). CppAD is well tested and header only and easy to include. It is also Liscene compatible with GPL v3.0. Here we bring it in as a dependency
This commit is contained in:
5
build-config/cppad/meson.build
Normal file
5
build-config/cppad/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
cppad_dep = declare_dependency(
|
||||
include_directories: include_directories('include'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user