core: move to os/Process from hyprutils

nix bump too
This commit is contained in:
Vaxry 2024-11-09 17:11:38 +00:00
parent dca75db127
commit a8ff3a452c
5 changed files with 21 additions and 28 deletions

View file

@ -9,7 +9,7 @@ file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp")
set(CMAKE_CXX_STANDARD 23)
pkg_check_modules(deps REQUIRED IMPORTED_TARGET tomlplusplus hyprutils>=0.1.1)
pkg_check_modules(deps REQUIRED IMPORTED_TARGET tomlplusplus hyprutils>=0.2.4)
add_executable(hyprpm ${SRCFILES})