This commit is contained in:
chatlanin
2024-07-18 12:05:52 +03:00
parent ae73a2991a
commit fae81cc98a
52 changed files with 49102 additions and 8 deletions

View File

@@ -27,17 +27,12 @@ add_project_arguments (
language: 'cpp'
)
#############################################################
args = []
inc = []
deps = [
dependency('uuid'),
subproject('nlohmann_json').get_variable('nlohmann_json_dep'),
]
#############################################################
subdir('src')
subdir('tests')