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