We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf5b3f commit 3ada2abCopy full SHA for 3ada2ab
1 file changed
meson.build
@@ -9,8 +9,8 @@ project(
9
version: '2.4.0',
10
)
11
12
+subdir('src/avcpp')
13
if not meson.is_subproject()
- subdir('src')
14
15
if get_option('build_samples')
16
subdir('example/api2-samples')
@@ -19,8 +19,6 @@ if not meson.is_subproject()
19
# if get_option('build_tests')
20
# subdir('tests')
21
# endif
22
-else
23
24
endif
25
26
if meson.version().version_compare('>=0.54.0')
0 commit comments