mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-23 23:35:46 +01:00
Don't use hardcoded paths for installation targets
This commit is contained in:
parent
c9cf6b3f41
commit
2b248a6cef
@ -113,13 +113,13 @@ install(
|
||||
TARGETS discord-rpc
|
||||
EXPORT "discord-rpc"
|
||||
RUNTIME
|
||||
DESTINATION "bin"
|
||||
DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
LIBRARY
|
||||
DESTINATION "lib"
|
||||
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
ARCHIVE
|
||||
DESTINATION "lib"
|
||||
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
INCLUDES
|
||||
DESTINATION "include"
|
||||
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
|
||||
)
|
||||
|
||||
install(
|
||||
|
Loading…
Reference in New Issue
Block a user