mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-08-18 11:14:01 +00:00
* all: drop unmaintained plugins * flake: drop packages, update * hyprpm: drop plugins, remove hyprload --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
14 lines
320 B
CMake
14 lines
320 B
CMake
cmake_minimum_required(VERSION 3.27)
|
|
project(hyprland-plugins
|
|
DESCRIPTION "Official plugins for Hyprland"
|
|
LANGUAGES CXX
|
|
)
|
|
|
|
set(CMAKE_CXX_STANDARD 23)
|
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|
|
|
add_subdirectory(borders-plus-plus)
|
|
add_subdirectory(csgo-vulkan-fix)
|
|
add_subdirectory(hyprbars)
|
|
add_subdirectory(hyprfocus)
|