mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
213 B
Meson
9 lines
213 B
Meson
![]()
6 years ago
|
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
|