This commit is contained in:
ktlo
2020-08-16 17:41:33 +00:00
parent a45204ff0a
commit 171f9e5d5a
15 changed files with 1977 additions and 46 deletions

View File

@@ -1,10 +1,10 @@
project('cpp-meson', 'cpp',
project('nbt-cpp', 'cpp',
version : run_command('git', 'describe', '--abbrev=0', '--tags').stdout().strip(),
default_options : ['warning_level=3',
'cpp_std=c++17'])
group = 'com.handtruth'
maintainer = 'someone <someone@handtruth.com>'
group = 'com.handtruth.mc'
maintainer = 'ktlo <ktlo@handtruth.com>'
modules = [
]