mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2025-12-20 06:20:02 +01:00
version: bump to 0.3.0
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
This commit is contained in:
parent
e381b2f1f0
commit
ffc999d980
2 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ target_include_directories(
|
||||||
PUBLIC "./include"
|
PUBLIC "./include"
|
||||||
PRIVATE "./src")
|
PRIVATE "./src")
|
||||||
set_target_properties(hyprgraphics PROPERTIES VERSION ${HYPRGRAPHICS_VERSION}
|
set_target_properties(hyprgraphics PROPERTIES VERSION ${HYPRGRAPHICS_VERSION}
|
||||||
SOVERSION 1)
|
SOVERSION 2)
|
||||||
target_link_libraries(hyprgraphics PkgConfig::deps)
|
target_link_libraries(hyprgraphics PkgConfig::deps)
|
||||||
if(JXL_FOUND)
|
if(JXL_FOUND)
|
||||||
target_link_libraries(hyprgraphics PkgConfig::JXL)
|
target_link_libraries(hyprgraphics PkgConfig::JXL)
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.2.0
|
0.3.0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue