build: CMake pipeline improvements (#3564)

This commit is contained in:
Vaxry 2023-10-14 18:48:05 +01:00 committed by GitHub
parent d5a572bd39
commit d4e4931008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 75 deletions

8
hyprctl/CMakeLists.txt Normal file
View file

@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.19)
project(
hyprctl
DESCRIPTION "Control utility for Hyprland"
)
add_executable(hyprctl "main.cpp")