add function query

This commit is contained in:
chatlanin
2022-11-09 13:50:36 +03:00
parent 7c79befcb2
commit 794658e57c
5 changed files with 114 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ inc = []
deps += dependency('boost')
deps += dependency('uuid')
deps += subproject('nlohmann_json').get_variable('nlohmann_json_dep')
args += '-luuid'