mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
cmake: use GNUInstallDirs variables
This commit is contained in:
parent
8118461c52
commit
f1aaf52c36
1 changed files with 2 additions and 2 deletions
|
@ -46,6 +46,6 @@ add_dependencies(tests hyprlang_fuzz)
|
|||
|
||||
# Installation
|
||||
install(TARGETS hyprlang
|
||||
PUBLIC_HEADER DESTINATION include
|
||||
LIBRARY DESTINATION lib)
|
||||
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
install(FILES ${CMAKE_BINARY_DIR}/hyprlang.pc DESTINATION ${PREFIX}/share/pkgconfig)
|
||||
|
|
Loading…
Reference in a new issue