From 74c09756a8c39c8b710b03ad8b92b3a53264cfa3 Mon Sep 17 00:00:00 2001 From: Deve Date: Sun, 7 Apr 2019 22:11:32 +0200 Subject: [PATCH] Fixed compilation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad3cbf8b1..e756f787b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -280,7 +280,7 @@ if(USE_WIIUSE) add_subdirectory("${PROJECT_SOURCE_DIR}/lib/wiiuse") endif() include_directories("${PROJECT_SOURCE_DIR}/lib/wiiuse/src") - set(WIIUSE_LIBRARIES "wiiuse bluetooth") + set(WIIUSE_LIBRARIES "wiiuse" "bluetooth") endif() endif()