mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Only link bluez if ENABLE_BLUEZ is true
This commit is contained in:
parent
7168d20cde
commit
449f12ea88
@ -104,6 +104,6 @@ if (ENABLE_WXWIDGETS)
|
||||
endif()
|
||||
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
if (ENABLE_BLUEZ)
|
||||
target_link_libraries(CemuInput PRIVATE bluez::bluez)
|
||||
endif ()
|
||||
Loading…
Reference in New Issue
Block a user