build: CMake pipeline improvements (#3564)
This commit is contained in:
parent
d5a572bd39
commit
d4e4931008
4 changed files with 47 additions and 75 deletions
8
hyprctl/CMakeLists.txt
Normal file
8
hyprctl/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
cmake_minimum_required(VERSION 3.19)
|
||||
|
||||
project(
|
||||
hyprctl
|
||||
DESCRIPTION "Control utility for Hyprland"
|
||||
)
|
||||
|
||||
add_executable(hyprctl "main.cpp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue