mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Fix cmake so it is possible to build without bluetooth support, and the typo that tells you bluetooth is enabled when it is not.
Fixes issue 3464. Also make the check for portaudio really check the version of portaudio. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6359 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -27,9 +27,9 @@ if(wxWidgets_FOUND)
|
||||
endif(wxWidgets_FOUND)
|
||||
|
||||
if(APPLE AND NOT wxWidgets_FOUND)
|
||||
set(SRCS ${SRCS} cocoaGL.m)
|
||||
set(SRCS ${SRCS} Src/cocoaGL.m)
|
||||
elseif(WIN32)
|
||||
set(SRCS ${SRCS} OS/Win32.cpp)
|
||||
set(SRCS ${SRCS} Src/OS/Win32.cpp)
|
||||
elseif(NOT APPLE AND OPENCL_FOUND)
|
||||
set(LIBS ${LIBS} OpenCL)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user