From 57164aba14c157288df338b8cf2f5622d01ff460 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 14 May 2024 16:16:31 -0500 Subject: Add a half-assed doxygen implementation and start a really bad idea Signed-off-by: Matt Strapp --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c38fa14..6111db9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('locusts', 'c', version: '1.0.0', default_options: ['warning_level=3']) +project('locusts', 'c', version: '1.0.0', default_options: ['warning_level=3'], license: '0BSD') source = 'src/locusts.c' header = 'include/locusts.h' @@ -18,4 +18,4 @@ if not meson.is_subproject() 'Locust Testing Utility', executable('test_locusts', 'tests/test_locusts.c', link_with: lib, dependencies: project_dep), ) -endif \ No newline at end of file +endif -- cgit v1.2.3