mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Only link bluez if ENABLE_BLUEZ
is true
This commit is contained in:
parent
7168d20cde
commit
449f12ea88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue