mirror of
https://github.com/vale981/Hyprland
synced 2025-03-06 01:51:37 -05: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")
|