add boost index type in the logger

This commit is contained in:
chatlanin
2022-03-30 14:13:55 +03:00
parent 393aa844a4
commit dbd0a07f57
3 changed files with 35 additions and 14 deletions

View File

@@ -22,8 +22,11 @@ elif compiler.get_id() == 'clang'
message('Compiler: LLVM/clang')
endif
boost_dep = dependency('boost')
args = []
deps = []
deps += boost_dep
inc = []
subdir('src')