mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-21 15:32:49 +00:00
11 lines
227 B
Meson
11 lines
227 B
Meson
source_file = [
|
|
'tvgCapi.cpp',
|
|
]
|
|
|
|
thorvg_lib_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|
|
|
|
install_headers('thorvg_capi.h')
|
|
headers += include_directories('.')
|