diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-20 16:25:20 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-20 20:52:47 +0200 |
commit | 4633d4648a048c16744117ac6d48098e47f6f214 (patch) | |
tree | 2e974c656ab8f26924e367a53d176d69f443e46d /lib/session_formats/meson.build | |
parent | Drop args.hxx dependency (diff) | |
download | smolbote-4633d4648a048c16744117ac6d48098e47f6f214.tar.xz |
Fix meson warnings
Update about dialog
Diffstat (limited to 'lib/session_formats/meson.build')
-rw-r--r-- | lib/session_formats/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/session_formats/meson.build b/lib/session_formats/meson.build index 8996db6..d5680cb 100644 --- a/lib/session_formats/meson.build +++ b/lib/session_formats/meson.build @@ -3,7 +3,7 @@ lib_session_formats = declare_dependency( link_with: static_library('sessionformats', [ 'session_json.cpp' ], include_directories: plugininterfaces_include, dependencies: dep_qt5) ) -test('session: json format', executable('session_json', +test('session-json format', executable('session_json', sources: 'test/json.cpp', dependencies: [ dep_qt5, dep_catch, lib_session_formats ] )) |