mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
Fix cmake directories: let user customize lib, share, locale and include directories (patch #6922)
This commit is contained in:
@@ -21,4 +21,4 @@ SET_TARGET_PROPERTIES(alias PROPERTIES PREFIX "")
|
||||
|
||||
TARGET_LINK_LIBRARIES(alias)
|
||||
|
||||
INSTALL(TARGETS alias LIBRARY DESTINATION lib/${PROJECT_NAME}/plugins)
|
||||
INSTALL(TARGETS alias LIBRARY DESTINATION ${LIBDIR}/plugins)
|
||||
|
||||
Reference in New Issue
Block a user