Commit Graph

7 Commits

Author SHA1 Message Date
Yaroslav abbade08f1
cmake: add hyprwayland-scanner-config (#1)
This allows us to add wayland protocol dependencies to other cmake-based
projects with minimum extra code.

Example:

find_package(hyprwayland-scanner REQUIRED)
add_executable(target main.c)
hyprwayland_protocol(
    target
    "linux-dmabuf-v1"
    "${WAYLAND_PROTOCOLS}/linux-dmabuf/"
    "${CMAKE_SOURCE_DIR}/protocols"
)
2024-04-28 13:48:42 +01:00
Vaxry 126dad854f cmake: bump ver to 0.3.2 2024-04-26 23:46:19 +01:00
Vaxry 1cfe2d26a8 cmake: bump ver to 0.3.1 2024-04-24 21:08:38 +01:00
Vaxry 1c9ed159e1 cmake: bump ver to 0.3.0 2024-04-24 16:35:18 +01:00
Vaxry a0263ab9fc cmakelists: bump ver to 0.2.0 2024-04-22 10:22:45 +01:00
Mihai Fufezan ff38e27d86
add pkg-config file 2024-04-20 13:56:27 +03:00
Vaxry 5dc55d5230 Initial commit 2024-04-20 01:06:51 +01:00