mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 20:25:58 +01:00
8 lines
143 B
Text
8 lines
143 B
Text
|
cmake_minimum_required(VERSION 3.19)
|
||
|
|
||
|
project(
|
||
|
hyprctl
|
||
|
DESCRIPTION "Control utility for Hyprland"
|
||
|
)
|
||
|
|
||
|
add_executable(hyprctl "main.cpp")
|