parent
8768183f3d
commit
93f87f322f
|
@ -29,7 +29,7 @@ $ ninja -C build
|
||||||
$ ./build/waybar
|
$ ./build/waybar
|
||||||
```
|
```
|
||||||
|
|
||||||
Contributions welcome! - have fun :)
|
Contributions welcome! - have fun :)<br>
|
||||||
The style guidelines is [Google's](https://google.github.io/styleguide/cppguide.html)
|
The style guidelines is [Google's](https://google.github.io/styleguide/cppguide.html)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project(
|
project(
|
||||||
'waybar', 'cpp', 'c',
|
'waybar', 'cpp', 'c',
|
||||||
version: '0.0.3',
|
version: '0.0.4',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
default_options : ['cpp_std=c++17'],
|
default_options : ['cpp_std=c++17'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue