Skip to content

Commit 1a628f1

Browse files
committed
docs: another meson fix
1 parent dc48d23 commit 1a628f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ subdir('image')
104104
subdir('output')
105105
subdir('preview')
106106
subdir('post_processing_stages')
107-
subdir('tests')
108107

109108

110109
# Generate a version string.
@@ -220,6 +219,9 @@ core_lib = static_library('core',
220219
include_directories : pitrac_lm_include_dirs,
221220
dependencies : pitrac_lm_module_deps)
222221

222+
# Now that libraries are defined, we can build tests that link against them
223+
subdir('tests')
224+
223225
pitrac_lm_sources += ['lm_main.cpp']
224226

225227
exec = executable('pitrac_lm',

0 commit comments

Comments
 (0)