chore: v0.0.1

This commit is contained in:
Alexis 2018-08-10 16:37:03 +02:00
parent 50d8c707a8
commit 9e85c68fc8
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
project('waybar', 'cpp', 'c', default_options : ['cpp_std=c++17'])
project(
'waybar', 'cpp', 'c',
version: '0.0.1',
license: 'MIT',
default_options : ['cpp_std=c++17'],
)
cpp_args = []
cpp_link_args = []