Welcome to mirror list, hosted at ThFree Co, Russian Federation.

meson.build « example - github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c37c4c3cffdf89dc5bc4ba447195430f538faa72 (plain)
1
2
3
4
executable('example', 'example.cpp', dependencies: spdlog_dep)
executable('example_header_only', 'example.cpp', dependencies: spdlog_headeronly_dep)