mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-16 23:05:58 +01:00
cmake: fixup headers and pc installation
This commit is contained in:
parent
59000fadca
commit
ac4e6d76b9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,6 @@ target_include_directories( hyprutils
|
||||||
set_target_properties(hyprutils PROPERTIES
|
set_target_properties(hyprutils PROPERTIES
|
||||||
VERSION ${hyprutils_VERSION}
|
VERSION ${hyprutils_VERSION}
|
||||||
SOVERSION 0
|
SOVERSION 0
|
||||||
PUBLIC_HEADER ${PUBLIC_HEADERS}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
|
@ -62,3 +61,4 @@ add_dependencies(tests hyprutils_signal)
|
||||||
# Installation
|
# Installation
|
||||||
install(TARGETS hyprutils)
|
install(TARGETS hyprutils)
|
||||||
install(DIRECTORY "include/hyprutils" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
install(DIRECTORY "include/hyprutils" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||||||
|
install(FILES ${CMAKE_BINARY_DIR}/hyprutils.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||||||
|
|
Loading…
Reference in a new issue