Skip to content

Commit aafc770

Browse files
authored
Update meson.build to use it as a subproject dependency
Extended to also cover the use-case in https://github.com/jpakkane/cppfront Signed-off-by: KaruroChori <[email protected]>
1 parent 64914bd commit aafc770

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ install_headers([
2828
'./include/cpp2regex.h2',
2929
'./include/cpp2util.h'
3030
])
31+
32+
meson.override_find_program('cppfront', cppfront)
33+
cpp2_dep = declare_dependency(include_directories: 'include')

0 commit comments

Comments
 (0)