Commit Graph

16 Commits

Author SHA1 Message Date
Vaxry 0f30f9eca6 cmake: bump ver to 0.3.10 2024-06-07 20:28:26 +02:00
Vaxry b06c0b8e56 cmake: bump ver to 0.3.9 2024-06-01 17:15:19 +02:00
Vaxry f5181a068c cmake: bump ver to 0.3.8 2024-05-16 18:14:23 +01:00
Vaxry 9eeabde74a cmake: bump ver to 0.3.7 2024-05-10 23:48:05 +01:00
Vaxry e2fc1c0eb8 cmake: bump ver to 0.3.6 2024-05-09 21:43:43 +01:00
Vaxry 94e32ec37e cmake: bump ver to 0.3.5 2024-05-07 15:09:46 +01:00
Vaxry 1270ebaa53 cmake: bump ver to 0.3.4 2024-05-03 17:59:02 +01:00
Vaxry 6ae6cd97e8 cmake: bump version to 0.3.3 2024-05-01 19:16:39 +01:00
Yaroslav 672a965162
CMake: add version to install files (#2) 2024-04-29 22:02:06 +03:00
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