2022-02-08 16:19:36 +01:00
|
|
|
public_cpp_headers = files(
|
|
|
|
'VError8.h',
|
|
|
|
'VImage8.h',
|
|
|
|
'VInterpolate8.h',
|
2022-02-28 17:17:40 +01:00
|
|
|
'VRegion8.h',
|
2022-02-08 16:19:36 +01:00
|
|
|
'VConnection8.h',
|
|
|
|
'vips8',
|
|
|
|
)
|
|
|
|
|
|
|
|
install_headers(
|
|
|
|
public_cpp_headers,
|
|
|
|
subdir: 'vips'
|
|
|
|
)
|
|
|
|
|
|
|
|
libvips_cpp_includedir = include_directories('..')
|