Adapted Client to new source in 0.54

This commit is contained in:
2026-03-05 18:31:09 +01:00
parent 095c242fcf
commit 7a6203a77b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10.0)
project(hyprland-toggle-tiling VERSION 1.4.0 LANGUAGES C CXX)
project(hyprland-toggle-tiling VERSION 1.4.1 LANGUAGES C CXX)
include(FetchContent)
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz)