mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-26 21:15:11 -06:00
Fixed lime not linking to discord-rpc when appropriate
This commit is contained in:
parent
7167c45f30
commit
ec9fa6db10
@ -19,3 +19,7 @@ if (ENABLE_QT AND MSVC)
|
||||
include(BundleTarget)
|
||||
bundle_target_in_place(lime)
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT AND USE_DISCORD_PRESENCE)
|
||||
target_link_libraries(lime PRIVATE discord-rpc)
|
||||
endif()
|
||||
Loading…
Reference in New Issue
Block a user