2025-07-29 10:54:49 -04:00
|
|
|
cppad_inc = include_directories('include', is_system: true)
|
2025-06-19 14:51:02 -04:00
|
|
|
cppad_dep = declare_dependency(
|
2025-07-29 10:54:49 -04:00
|
|
|
include_directories: cppad_inc,
|
2025-06-19 14:51:02 -04:00
|
|
|
)
|
|
|
|
|
|
2025-06-23 15:18:56 -04:00
|
|
|
message('Registering CppAD headers for installation...')
|
|
|
|
|
install_subdir('include/cppad', install_dir: get_option('includedir'))
|
|
|
|
|
message('Done registering CppAD headers for installation!')
|
|
|
|
|
|
2025-06-19 14:51:02 -04:00
|
|
|
|