mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
moved scripts into subdirectory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
project('spdlog', ['cpp'],
|
||||
license : 'MIT',
|
||||
version : run_command(find_program('extract_version.py')).stdout().strip(),
|
||||
version : run_command(find_program('scripts/extract_version.py')).stdout().strip(),
|
||||
default_options : [
|
||||
'warning_level=3',
|
||||
'cpp_std=c++11',
|
||||
|
Reference in New Issue
Block a user