mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Added example meson.build
This commit is contained in:
parent
af4026104c
commit
3c64b3da97
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,6 +49,7 @@ example/*
|
||||
!example/example.sln
|
||||
!example/example.vcxproj
|
||||
!example/CMakeLists.txt
|
||||
!example/meson.build
|
||||
!example/multisink.cpp
|
||||
!example/jni
|
||||
|
||||
|
8
example/meson.build
Normal file
8
example/meson.build
Normal file
@ -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
Block a user