diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index 004dc2ba..62fa8d85 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -104,6 +104,6 @@ if (ENABLE_WXWIDGETS) endif() -if (UNIX AND NOT APPLE) +if (ENABLE_BLUEZ) target_link_libraries(CemuInput PRIVATE bluez::bluez) endif () \ No newline at end of file