update and change how we build with spdlog
This commit is contained in:
5
third_party/spdlog/example/meson.build
vendored
Normal file
5
third_party/spdlog/example/meson.build
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
executable('example', 'example.cpp', dependencies: spdlog_dep)
|
||||
executable('example_header_only', 'example.cpp', dependencies: spdlog_headeronly_dep)
|
||||
run_command(find_program('mkdir'), meson.current_build_dir() + '/logs')
|
||||
|
||||
|
Reference in New Issue
Block a user