Go to file
Yaroslav 65c2636484
cmake: add hpp header as target dependency (#4)
target should depend on protoName.hpp otherwise it'll be a build error
in case of deletion of this file
2024-05-13 14:56:29 +01:00
.github/workflows CI: init 2024-04-20 13:41:53 +03:00
nix Nix: init 2024-04-20 13:40:18 +03:00
src core: support null strings 2024-05-12 16:37:43 +01:00
.clang-format Initial commit 2024-04-20 01:06:51 +01:00
.gitignore Initial commit 2024-04-20 01:06:51 +01:00
CMakeLists.txt cmake: bump ver to 0.3.7 2024-05-10 23:48:05 +01:00
LICENSE Initial commit 2024-04-20 01:06:51 +01:00
README.md README: better build instructions 2024-05-01 19:20:02 +01:00
flake.lock Nix: init 2024-04-20 13:40:18 +03:00
flake.nix flake.nix: update version 2024-04-20 15:34:22 +03:00
hyprwayland-scanner-config.cmake.in cmake: add hpp header as target dependency (#4) 2024-05-13 14:56:29 +01:00
hyprwayland-scanner.pc.in add pkg-config file 2024-04-20 13:56:27 +03:00

README.md

hyprwayland-scanner

A Hyprland implementation of wayland-scanner, in and for C++.

Usage

hyprwayland-scanner '/path/to/proto' '/path/to/output/directory'

Dependencies

Requires a compiler with C++23 support.

Dep list:

  • pugixml

Building

cmake -DCMAKE_INSTALL_PREFIX=/usr -B build
cmake --build build -j `nproc`

Installation

sudo cmake --install build

TODO

  • Support for generating client headers