mirror of https://github.com/gabime/spdlog.git
Added example meson.build
parent
af4026104c
commit
3c64b3da97
@ -0,0 +1,8 @@
|
||||
example_matrix = [
|
||||
['spdlog-example', spdlog_dep],
|
||||
['spdlog-example-ho', spdlog_headeronly_dep],
|
||||
]
|
||||
|
||||
foreach i : example_matrix
|
||||
test_exe = executable(i[0], ['example.cpp'], dependencies: i[1])
|
||||
endforeach
|
Loading…
Reference in New Issue