mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-06 00:45:58 +01:00
9 lines
180 B
Meson
9 lines
180 B
Meson
|
project('Hyprland', 'cpp', 'c',
|
||
|
version : '0.1',
|
||
|
default_options : ['warning_level=3', 'cpp_std=c++20'])
|
||
|
|
||
|
subdir('protocols')
|
||
|
subdir('src')
|
||
|
subdir('hyprctl')
|
||
|
subdir('example')
|