mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
CMakeLists: Fix indentation
This commit is contained in:
parent
04db41adf3
commit
f270438a8a
@ -749,19 +749,19 @@ if(ENABLE_SDL)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT ANDROID)
|
if(NOT ANDROID)
|
||||||
add_definitions(-D__LIBUSB__)
|
add_definitions(-D__LIBUSB__)
|
||||||
if(NOT APPLE)
|
if(NOT APPLE)
|
||||||
find_package(LibUSB)
|
find_package(LibUSB)
|
||||||
endif()
|
endif()
|
||||||
if(LIBUSB_FOUND AND NOT APPLE)
|
if(LIBUSB_FOUND AND NOT APPLE)
|
||||||
message("Using shared LibUSB")
|
message("Using shared LibUSB")
|
||||||
include_directories(${LIBUSB_INCLUDE_DIR})
|
include_directories(${LIBUSB_INCLUDE_DIR})
|
||||||
else()
|
else()
|
||||||
message("Using static LibUSB from Externals")
|
message("Using static LibUSB from Externals")
|
||||||
add_subdirectory(Externals/libusb)
|
add_subdirectory(Externals/libusb)
|
||||||
set(LIBUSB_LIBRARIES usb)
|
set(LIBUSB_LIBRARIES usb)
|
||||||
endif()
|
endif()
|
||||||
set(LIBUSB_FOUND true)
|
set(LIBUSB_FOUND true)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(SFML_REQD_VERSION 2.1)
|
set(SFML_REQD_VERSION 2.1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user