diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-05-14 16:16:31 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-14 16:16:31 -0500 |
commit | 57164aba14c157288df338b8cf2f5622d01ff460 (patch) | |
tree | a91454f6b008f26e0d5838ff3e334b7d394da356 /meson.build | |
parent | Add a C file to make C compilers actually build this into a shared object (diff) | |
download | locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.gz locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.bz2 locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.lz locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.xz locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.zst locusts-57164aba14c157288df338b8cf2f5622d01ff460.zip |
Add a half-assed doxygen implementation and start a really bad idea
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
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 |