mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-05 02:07:58 +02:00
CMakeLists.txt: add global/root CMakeLists (#524)
This commit is contained in:
parent
e689220b17
commit
7a07883c4d
1 changed files with 19 additions and 0 deletions
19
CMakeLists.txt
Normal file
19
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
cmake_minimum_required(VERSION 3.27)
|
||||
project(hyprland-plugins
|
||||
VERSION 0.51.0
|
||||
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(hyprexpo)
|
||||
add_subdirectory(hyprfocus)
|
||||
add_subdirectory(hyprscrolling)
|
||||
add_subdirectory(hyprtrails)
|
||||
add_subdirectory(hyprwinwrap)
|
||||
add_subdirectory(xtra-dispatchers)
|
||||
Loading…
Add table
Reference in a new issue